Re: A83: character table


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

Re: A83: character table



At 10:20 PM 11/29/97 -0500, you wrote:
>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.:-)

eh? I thought I already explained that programs aren't written back after
they have finished running, which is why you can't do that if you want to
have "permanent" variables. Perhaps you are talking about something else?

	-Andrew


References: