Question


[Prev][Next][Index][Thread]

Question



Does anyone know how to change this so I can use D_ZT_STR?(Don't even
bother to ask why?)
#include "TI-85.H"

        .org 0
        .db "Analyzer v0.1a",0
Init:
        ROM_CALL(CLEARLCD)

ROMVERS:
        ld A,($8C3E)
        cp $2A
        ld b,$32
        cp $57
        ld b,$33
        cp $83
        ld b,$34
        cp $5E
        ld b,$35
        cp $3D
        ld b,$36
        cp $97
        ld b,$38
        cp $91
        ld b,$39
        cp $35
        ld b,$30
        ld a,b
        ROM_CALL(TX_CHARPUT)

Wait:
        call GET_KEY
        cp $37
        ret z
        JUMP_(Wait)
.end

--------------------------------------------------------------------
Send responses to Wizzie@juno.com or one of the lists.


Follow-Ups: