Assembly for TI-83 Plus HELP

A General Discussion forum for TI calculators

Moderator: MaxCoderz Staff

Post Reply
MeBeatYou
New Member
Posts: 2
Joined: Wed 19 Apr, 2006 8:29 pm

Assembly for TI-83 Plus HELP

Post by MeBeatYou »

I have a question. If I have the source code for a game which was made in Ion, how do I make it so that it runs in MirageOS instead of Ion? If I need an inclue, can someone please post it for me?

Thanks
User avatar
Dwedit
Maxcoderz Staff
Posts: 579
Joined: Wed 15 Dec, 2004 6:06 am
Location: Chicago!
Contact:

Post by Dwedit »

MirageOS already includes ION support. If you built your program using the damaged ion header:

.db $BB,6D ; meaning (BB 06)
instead of
.db $BB, $6D ; correct
It won't appear in MirageOS.

Alternatively, just get IonFixer!
http://www.ticalc.org/archives/files/fi ... 26482.html
You know your hexadecimal output routine is broken when it displays the character 'G'.
Post Reply