Re: A86: Porting?
[Prev][Next][Index][Thread]
Re: A86: Porting?
These are defined in ASM86.H. If possible, use the TI-86 name on the right
instead of the address, as it makes the code more readable (and portable):
CP_HL_DE = $403C
LD_HL_MHL = $4010
GET_KEY = $5371
UNPACK_HL = $4044
D_HL_DECI = $4a33
BUSY_OFF = $4ab1 ;_runindoff
BUSY_ON = $4aad ;_runindicon
D_ZT_STR = $4a37 ;_puts
D_LT_STR = $4a3b ;_putps
TX_CHARPUT = $4a2b ;_putc
D_ZM_STR = $4aa5 ;_vputs
D_LM_STR = $4aa9 ;_vputsn
M_CHARPUT = $4aa1 ;_vputmap
CLEARLCD = $4a7e ;_clrLCD
At 10:10 PM 8/5/98 -0500, you wrote:
>
>What about:
>
>ROM_CALL(TX_CHARPUT)
>
>ROM_CALL(D_ZT_STR)
>
>ROM_CALL(D_LM_STR)
>
>ROM_CALL(D_ZM_STR)
>and
>ROM_CALL(FIND_PIXEL)
--
David Phillips
mailto:electrum@tfs.net
ICQ: 13811951
AOL/AIM: electrum32
References: