[A83] Re: Flash Apping + Menu ROutine


[Prev][Index][Thread]

[A83] Re: Flash Apping + Menu ROutine





 > ld bc,label
 > ld hl,call_bc+1
 > ld (hl),bc
 > ...
 >
note that there is no "ld (hl),bc".
register pairs can only be loded to/from a constant
address: "ld (call_bc+1),bc", except for the SP
register which can also take the value of HL, IX and IY
directly

PG


I thought I missed something obvious...
Just to show the meaning of program writeback, though.

      SUCKER [Pieter Van Nuffel]


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.