[A83] Re: Changing an ASM program to an APP


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

[A83] Re: Changing an ASM program to an APP




So how could I do something like I mentioned? Create an appvar and use
the space in that?

-----Original Message-----
From: assembly-83-bounce@lists.ticalc.org
[mailto:assembly-83-bounce@lists.ticalc.org] On Behalf Of Dan Weiss
Sent: Thursday, January 17, 2002 10:57 AM
To: assembly-83@lists.ticalc.org
Subject: [A83] Re: Changing an ASM program to an APP


In an APP you are using ROM.  You can't write to ROM.  (unless of course

you're sending an app)


>From: "Thomas Lutz" <tlutz@stevens-tech.edu>
>Reply-To: assembly-83@lists.ticalc.org
>To: <assembly-83@lists.ticalc.org>
>
>What is involved in doing this? Can I still have program writeback?
(see
>example below)
>
>
>
>ld a,(Counter)
>dec a
>ld (Counter),a
>ret
>
>Counter: db 0ffh
>
>
>
>Thanks,
>Tom
>
>
>


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








Follow-Ups: References: