Omnimaga

Calculator Community => TI Calculators => ASM => Topic started by: ACagliano on October 12, 2010, 10:22:14 am

Title: A Few Routines
Post by: ACagliano on October 12, 2010, 10:22:14 am
I'm looking for some asm routines, for use with Axe's asm( command, to do the following:

1. Return a pointer to a dirty variable, the appvar BSets, so that I can copy it back to ROM

2. Install a link hook, that, at the completion of a link transfer, calls a program named BLINK, with the name of the program just received stored into a temporary appvar (only do this if the type received is a program). This is very optional.

3. Modify the BootCode so that, upon RAM clear, the archived program BSTART is always copied to the RAM program BINIT and the archived appvar BOFF is copied to the RAM appvar OFFSCRPT. (Is this even possible?)



4. What should OFFSCRPT look like to run BINIT on startup?

Edit: Forget about 2 and 3.