Re: A82: 83-->82 ASM


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

Re: A82: 83-->82 ASM



At 11:18 PM 8/31/97 -0400, you wrote:
>How har wold it be to make a 83-->82.h so you could compile an 83 asm program
>to an 82 asm program.  
>

Not hard at all! OLDINC.H (I think that's what it is called) included in
Ash 3.0 has a very good start (all the CALL_()->call  stuff)  Other than
that, it involves manually going through and deleting all additions of
PROGRAM_ADDR and modifying the program so that it uses the safe RAM areas
available on the 82 rather than those of the 83, and converting the calls
to their 82 equivalents (or writing your own routines for some that aren't
available on both calculators, or disassembling the ROM and cutting and
pasting for ones that are not found.)  It does require quite a bit of
knowledge of both the 82 and the 83, but if you have that, it is quite simple.

	-Andrew


References: