Difference between revisions of "83Plus:BCALLs:4C45"
From WikiTI
m (Oops...) |
|||
Line 1: | Line 1: | ||
== Synopsis == | == Synopsis == | ||
− | '''Official Name:''' | + | '''Official Name:''' GetRomPage |
− | '''BCALL Address:''' | + | '''BCALL Address:''' 4C45 |
Returns the flash page in the 4000-7CCC slot. | Returns the flash page in the 4000-7CCC slot. |
Revision as of 11:35, 27 March 2005
Synopsis
Official Name: GetRomPage
BCALL Address: 4C45
Returns the flash page in the 4000-7CCC slot.
Inputs
None
Outputs
- A: the flash page in the 4000-7CCC slot
Destroys
Unknown, please add.
Comments
A faster way to do this is using the following code:
in a,(06)
Credits and Contributions
- Michael Vincent: For discovering this B_CALL.