[A83] Re: Yup, More Problems With Ion
[Prev][Next][Index][Thread]
[A83] Re: Yup, More Problems With Ion
> OK, the test program still doesn't show up at all! Here's the source (I
> followed EVERYTHING that Joe and IonGuru said):
I think you have to add a "#define TI83" here (or a "#define TI83P"), the
Ion header also uses this info to give the right equations to your
assembler.
> .nolist
> #include "ion.inc"
> .list
>
> #ifdef TI83P
> .org progstart-2
> .db $BB6D
> #else
> .org progstart
> #endif
> xor a
> jr nc,start
> .db "Test Detect",0
> start:
> [....]
But D Weiss his way will also work. His batch file gives the right
parameter to TASM, it's the same thing as defining.
(Isn't there a way to give this #define as a parameter directly to TASM?
Maybe -DTI83 or something?)
Oh, and you only need the "echo #define ION >> temp.z80" if you use
dwedit.inc (the include-file made by D Weiss). His include-file can be used
for *all* the shells on the Ti-82 and Ti-83.
Henk Poley
PS: I know, this is probably all said before, but...