A82: Someone tell me why this doesn't work
[Prev][Next][Index][Thread]
A82: Someone tell me why this doesn't work
ld hl,string
ld bc,$0001
LOOP:
ld (GRAF_CURS),bc
ROM_CALL(D_ZM_STR)
ld a,c \ add a,6 \ ld c,a
cp 24 \ jr nz,LOOP
string:
.db "Hi",0
.db "My name is Joe",0
.db "I work in a button",0
.db "factory.",0
Is it because I have bc mixed up or something? I can't
figure it out. Sorry for posting so much lately. I'll
attribute it to pre-finals stress.
_____________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
Or call Juno at (800) 654-JUNO [654-5866]
Follow-Ups: