Re: A83: 83 and 83+ linking


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

Re: A83: 83 and 83+ linking




Blah, yes, the 83 Plus link port is a bit different than the 83 Link port.
Here's equates for both of them:
83 Plus -
dold1l =  3
dold1h =  1
dohd1l =  2
dohd1h =  0
83 -
dold1l =  0d3h
dold1h =  0d1h
dohd1l =  0d2h
dohd1h =  0d0h

Of course, if you use a ROM link routine, like SendAByte, then you don't
have to worry about calculator differences, since the protocol is the same
between all calculators.  You just have to worry about locating the routine
in the ROM for each calculator (and this is already done for both the 83 and
83 Plus).

If you want the use "Ztetris" link routines, I think the latest 83 Plus Ion
version of Ztetris contains the source for both the 83 Plus version and the
83 version of the link routines.

-Dan Englender

----- Original Message -----
From: "Robert Maresh" <gardenerbm@netzero.net>
To: <assembly-83@lists.ticalc.org>
Sent: Monday, September 04, 2000 9:25 AM
Subject: Re: A83: 83 and 83+ linking


>
> Actually, the TI-83+ linkport is somewhat different from the TI-83's link
> port.  I am not sure of the specifics, but I do know that the hardware has
> changed slightly.  That is why ZTETRIS didn't have the link feature
working
> for awhile on the 83+.
>
> Bob Maresh
>
> ----- Original Message -----
> From: "D Weiss" <dwedit@hotmail.com>
> To: <assembly-83@lists.ticalc.org>
> Sent: Sunday, September 03, 2000 10:22 PM
> Subject: Re: A83: 83 and 83+ linking
>
>
> >
> > The linkport behaves identically on the 83 as the 83+ I believe.
> >
> > It's easy to port SOS >> ION, just #include ion.inc, change all romcalls
> > from call _romcall to bcall(_romcall). Change hex addresses to names
(use
> > 'plotsscreen' instead of 8E29h), replace libs with ION functions...
> >
> > ION code compiles for both 83 and 83+.
> >
> > >
> > >I'm programming a two player link game for the 83. The time has come to
> > >test
> > >my work but I only have one 83. My sister just got her 83+. I know that
> I'd
> > >have to modify the code a little to fit an 83+ but could that cause
extra
> > >bugs? Where could I find some info on how to port 83 code to 83+ code?
> Btw,
> > >I'm using Linkrout.h for linking, the Checkers version by Sam Heald.
> > >
> > >From: Chris
> > >e-mail: apparatus@mediaone.net
> > >
> > >
> >
> >
_________________________________________________________________________
> > Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com.
> >
> > Share information about yourself, create your own public profile at
> > http://profiles.msn.com.
> >
> >
> >
> >
>
>
> ____________NetZero Free Internet Access and Email_________
> Download Now     http://www.netzero.net/download/index.html
> Request a CDROM  1-800-333-3633
> ___________________________________________________________
>




References: