[A83] Re: Ion Help


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

[A83] Re: Ion Help




About the program name which is scr3w3d up: this could possibly be due to
the fact that TASM has problems recognizing long strings. So if you have:

progname:
.db "This is my very long program name",0

you could split it up into:

progname:
.db "This is "
.db "my very "
.db "long program "
.db "name",0

Also, don't forget the zero after the string, this could also be the
solution!

Sincerely,
Frank

----- Original Message -----
From: "Peter-Martijn Kuipers" <hyper@hysoft-automation.com>
To: <assembly-83@lists.ticalc.org>
Sent: Monday, August 20, 2001 7:19 AM
Subject: [A83] Re: Ion Help


>
> > I've been trying to program for the Ion shell and have a few questions.
> > First of all I don't get any errors when I compile the program. But when
I
> > open it to send it in TI Graph Link should the code look like
> > this?sinhñ(0(FFloatAnsFix
> >
HorizrandM(IONrandM(+AnsSci÷mean(tanhñ(UGtanhñ(FullGmean(IText(tanhñ(ÜGtanhñ
(ScatterLHDegreeSeqmean(
>
> That's OK, it's just the tokenized representation of the binary file.
>
> > It doesn't seem right to me. Also when I get the program on my
calculator
> > and go to open it under ion it has the right name printed but then has a
> > whole bunch of weird symbols after it. when I run the program it either
gets
> > messed up or my calculator crashs. Can some Please tell me what I'm
doing
> > wrong. Thank you!
>
> It seems that graphlink (unaware that it was a binary file), made some
unwanted
> changes to the code.
> Use (as said before), the send to ram option.
>
> --(Peter-Martijn)
>
> > _________________________________________________________________
> > Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp
> >
> >
> >
>
>
>





References: