Author Topic: A Few Routines  (Read 4518 times)

0 Members and 1 Guest are viewing this topic.

Offline ACagliano

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 919
  • Rating: +32/-2
    • View Profile
    • ClrHome Productions
A Few Routines
« 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.
« Last Edit: October 13, 2010, 07:50:28 am by ACagliano »