[A83] Re: I need help with Ion programming now
[Prev][Next][Index][Thread]
[A83] Re: I need help with Ion programming now
Wrong. You use 'ret' if you ARE NOT using libraries. This is the header
from tunnel:
#ifdef TI83P
.org progstart-2
.dw $6DBB
#else
.org progstart
#endif
ret
jr nc,start_of_program
abt1: .db "Tunnel v2.0",0
start_of_program:
> Nope. Xor a is used instead of ret with a program that uses no Ion
> Libraries. I'm very sure. I saw it on Joe's site too, at
joewing.calc.org.
> Look under 83+ ion.
References: