[A83] Re: ti83 / ti83+ compilation
[Prev][Next][Index][Thread]
[A83] Re: ti83 / ti83+ compilation
Citeren Tijl Coosemans <tijl@ulyssis.org>:
> On Sun, 02 Feb 2003 14:28:37 +0100, Martin wrote:
>
> > They're not in tokens.inc but I just copied the missing equ's and they
> > seem to work fine. My program now works in ion on the ti83 but I can't
> > get it to work with send(9prgm. Could anyone tell me how I can make
> > such programs with zds, since simply sending the .hex output through
> > obj83 didn't work.
>
> Your program has to be in intel hex format (aka not squished) and have
> End:0000:End attached.
It is not Intel Hex format... Intel Hex has some sort of header and an adress
in front of every line...
It should be 'raw' hex (two-character hex for every byte; like "00" for
0x0, "AB" for 0xab and "F0" for 0xf0).
a 'basic' program like:
:C9AB0123DEFF
:012345678900
:END
:0000
:END
should work fine with send(9pgrm
References: