Re: A86: calc-Off, fonts, user interrupt routine
[Prev][Next][Index][Thread]
Re: A86: calc-Off, fonts, user interrupt routine
For everyone who wants to do this on the calc the best way is put in the
following
PROGRAM:off ;The PROGRAM is already there and the name can be what
ever
AsmPrgm ;.org asm_exec_mem
C3290C ; jp C029 (note sence we jp to the address there is
no need for a ret)
-----Original Message-----
From: Trey Jazz <joemama@minot.com>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Sunday, December 14, 1997 2:16 PM
Subject: Re: A86: calc-Off, fonts, user interrupt routine
>
>> no, it takes 2 characters at a time out of the program so no matter if
>> you have all characters in the program on one line or each on their
>> seperate line it will work the same
>
>sorry that should be one character at a time
>