[A83] InsertMem/DelMem


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

[A83] InsertMem/DelMem



InsertMem adds RAM to a variable, DelMem takes it
away, what specifically happens if they're used on an
address that isn't within a variable?

E.g.
   ld  de,8000h
   ld  hl,1000
   B_CALL  InsertMem

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com



Follow-Ups: