Re: A82: TEXT_MEM vars


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

Re: A82: TEXT_MEM vars



you can only use the a register to load to/from memory locations:
Example:
ld a,(score)
ld (score),a

There you go....


Follow-Ups: References: