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


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

[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: