Re: A86: Linkport Codes
[Prev][Next][Index][Thread]
Re: A86: Linkport Codes
that depends what you want to do with it
there's a rom call that will send/recieve bytes between calcs:
(get http://members.xoom.com/rabidcow/ti86/link.inc for all the equ's)
to send c
ld a,_LINK_SEND_C ;=$0b
ld (_ASAP_IND),a
call _linkExec ;=$571c
to read to a (&c)
ld a,_LINK_READ_A ;=$15
ld (_ASAP_IND),a
call _linkExec
if you want to actually talk to the link app or transfer variables, you
need to use headers, which i can explain if you want. otherwise get the
linking docs from ticalc
-josh
On Mon, 11 Jan 1999 18:29:10 EST Jeanne9005@aol.com writes:
>
>Can someone please explain how the linkport works in ASM exactly?? Tx
>in
>advance.
>
___________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com/getjuno.html
or call Juno at (800) 654-JUNO [654-5866]