[A83] Re: Flash Apping + Menu ROutine


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

[A83] Re: Flash Apping + Menu ROutine





Like this:

(#define xxx 0)

ld bc,label
ld hl,call_bc+1
ld (hl),bc
...

call_bc:
call xxx
...

label:
...
ret


This is supposed to load the adress of 'label' on the
place of the 'xxx', so the 'label' will be called.
I'm not too sure this code works, though...
(and there are more things that use the write-back method)

      SUCKER [Pieter Van Nuffel]


----Original Message Follows----
From: "Maarten Z." <m021085@hotmail.com>
Reply-To: assembly-83@lists.ticalc.org
To: assembly-83@lists.ticalc.org
Subject: [A83] Re: Flash Apping + Menu ROutine
Date: Sun, 28 Apr 2002 19:22:33 +0000




Could you explain to me what exactly is selfmodifying code?


_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com




Follow-Ups: