[A83] Re: I need help with Ion programming now


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

[A83] Re: I need help with Ion programming now




This isn't entirely true. The TI-OS will always copy the program to the
correct memory location (9D95h?) and will run it...the only thing ".org
progstart" is for is so that your labels will work correctly when you call
or jump to them.

----- Original Message -----
From: "David Phillips" <david@acz.org>
To: <assembly-83@lists.ticalc.org>
Sent: Tuesday, March 13, 2001 9:42 AM
Subject: [A83] Re: I need help with Ion programming now


>
> Copying is relocation.  When you have a '.org progstart', that means that
> the program will be copied to address 'progstart' when it executes.  If
run
> from the TI-OS and the TI-OS doesn't do this, then the program will almost
> certainly crash.
>
> > well it probably just copies the code instead of doing relocation (just
> like
> > it handles a hex-program)... your program would run, but there is no
> > write-back...
>
>
>
>
>





References: