[A83] Variables in APPs


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

[A83] Variables in APPs




Am I correct in saying that one cannot do the following in an APP?

...
 ld a,(MyVar)
 inc a
 ld (MyVar),a
...

MyVar: db 0


What is the easiest way to overcome this? Is using safe ram areas a good
idea? Thanks a lot.
-Tom




Follow-Ups: