Difference between revisions of "83Plus:BCALLs:4F75"
From WikiTI
m (typo) |
|||
Line 8: | Line 8: | ||
=== Inputs === | === Inputs === | ||
− | * A: Base page of deleted Flash | + | * A: Base page of deleted Flash application |
* C: Number of pages of deleted Flash application | * C: Number of pages of deleted Flash application | ||
Latest revision as of 08:07, 6 March 2007
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 application
- 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.