RE: A82: ILine


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

RE: A82: ILine




thanks.

--
Ahmed El-Helw
ahmedre@bellsouth.net
http://asm8x.home.ml.org 
ICQ: 3350394

-----Original Message-----
From: owner-assembly-82@lists.ticalc.org
[mailto:owner-assembly-82@lists.ticalc.org]On Behalf Of ilya winham
Sent: Monday, August 17, 1998 4:13 PM
To: assembly-82@lists.ticalc.org
Subject: Re: A82: ILine



This is ILINE for the TI-82
Call the routine with 'call ILINE'

ILINE:
 ROM_CALL($2E60-$1A)
 .dw $4025
 .db $04

EXACTLY as shown.
It rets automatically!!

~Ilya

Ahmed El-Helw wrote:
> 
> Would someone tell me an equate for ILine, this was in ZPong by B. Nagel
> which Ilya ported, but I can't get it to work:
> 
> CALL ROM_CALL
>         .dw 0x2E60-0x1A
>         .dw 0x4025
>         .db 0x04
> 
> Thanks for any help.
>                                         -Ahmed
> 
> --
> Ahmed El-Helw
> ahmedre@bellsouth.net
> http://asm8x.home.ml.org
> ICQ: 3350394




References: