Difference between revisions of "83Plus:BCALLs:4C45"

From WikiTI
Jump to: navigation, search
m (Changed official name and destroys none)
m
Line 6: Line 6:
 
'''BCALL Address:''' 4C45
 
'''BCALL Address:''' 4C45
  
Returns the flash page in the 4000-7CCC slot.
+
Returns the flash page in the 4000-7FFF slot.
  
 
=== Inputs ===
 
=== Inputs ===
Line 12: Line 12:
  
 
=== Outputs ===
 
=== Outputs ===
* A: the flash page in the 4000-7CCC slot
+
* A: the flash page in the 4000-7FFF slot
  
 
=== Destroys ===
 
=== Destroys ===

Revision as of 12:42, 27 March 2005

Synopsis

Official Name: GetCurrentPageSub

Other Name: GetRomPage

BCALL Address: 4C45

Returns the flash page in the 4000-7FFF slot.

Inputs

None

Outputs

  • A: the flash page in the 4000-7FFF 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.