A86: on stuff


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

A86: on stuff




i've been working on a program that runs every time the 86 turns on normally
(except after apd).  the program works great if it's the only thing on the
calc

unfortunately, after other programs are run, it seems that the calculator only
executes the first 4 lines of code and then either executes code from another
asm program that had previously been run, or exits to the homescreen.  using
steve gordon's ti-86 emulator, i have disassembled the _alt_on_exec ($d490)
location in ram to check what code is actually there.  it seems that the code
my program copies there is still there.  just that for some reason it isn't
being executed, or only partially.

any help?


Follow-Ups: