83Plus:BCALLs:4F75

From WikiTI
Revision as of 09:07, 6 March 2007 by Brandonw (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Synopsis

Unofficial Name: AdjustAllHooks

BCALL Address: 4F75

Re-adjusts the Flash page of all hooks when a Flash application is deleted.

Inputs

  • A: Base page of deleted Flash applicaiton
  • C: Number of pages of deleted Flash application

Outputs

  • None

Destroys

  • HL,BC,D

Comments

This will shift the page of all hooks currently below the deleted application up by C pages.

It will ignore hooks located on pages 0-7 (OS space). If any hooks are currently installed on the page passed in A, they are invalidated by storing 0FFh to the page and extra byte of that hook's RAM area.