Re: A83: character table


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

Re: A83: character table



Zero ends a string in certain rom calls, I don't believe charputs is one of
them. So it should work. Andrew how come you can't alter those variables in
the string. I have been thinking about it and it will work. So doing this
 ld hl, highscore
 ld a, 0
 ld (hl), a
highscore:
 .db 0
would work.:-)
Gerad


Follow-Ups: