Difference between revisions of "83Plus:BCALLs:4C45"
From WikiTI
m (Oops...) |
m (Changed official name and destroys none) |
||
Line 1: | Line 1: | ||
== Synopsis == | == Synopsis == | ||
− | '''Official Name:''' GetRomPage | + | '''Official Name:''' GetCurrentPageSub |
+ | |||
+ | '''Other Name:''' GetRomPage | ||
'''BCALL Address:''' 4C45 | '''BCALL Address:''' 4C45 | ||
Line 13: | Line 15: | ||
=== Destroys === | === Destroys === | ||
− | + | ''None'' | |
== Comments == | == Comments == |
Revision as of 11:37, 27 March 2005
Synopsis
Official Name: GetCurrentPageSub
Other 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
None
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.