[A83] Re: Variables in APPs


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

[A83] Re: Variables in APPs



Actually, a few things.  That uses writeback, unavailble in APPs and will 
make it crash.  There is something similar to SafeRam1 called 
AppBackUpScreen, use equates to there for variables.  Also, try this for inc:

ld hl,variable
inc (hl)

-joel





Follow-Ups: