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

From WikiTI
Jump to: navigation, search
m (Formatting)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
 
[[Category:83Plus:BCALLs:By Name:Hook|RunGraphingHook]]
 
[[Category:83Plus:BCALLs:By Name:Hook|RunGraphingHook]]
 
[[Category:83Plus:BCALLs:By Address|4FF0 - RunGraphingHook]]
 
[[Category:83Plus:BCALLs:By Address|4FF0 - RunGraphingHook]]
{{missinfo|Destroys}}
 
 
== Synopsis ==
 
== Synopsis ==
 
'''Unofficial Name:''' RunGraphingHook
 
'''Unofficial Name:''' RunGraphingHook
Line 14: Line 13:
 
=== Inputs ===
 
=== Inputs ===
 
The block for the Graph Hook must be set up correctly.
 
The block for the Graph Hook must be set up correctly.
<!-- Meaning what? -->
 
  
 
=== Outputs ===
 
=== Outputs ===
*HL points to the start of the hook. <!-- The start of the block? -->
+
*HL points to the start of the hook.  
*F is 6A if the hook was not run.  <!-- And if it was run? -->
+
*F is 6A if the hook was not run.   
  
 
=== Destroys ===
 
=== Destroys ===
''Unknown''
+
*Depends on hook, might destroy everything.
  
 
== Comments ==
 
== Comments ==

Latest revision as of 11:08, 10 July 2006

Synopsis

Unofficial Name: RunGraphingHook

BCALL Address: 4FF0

Checks the first byte of the block for the Graph Hook. If the byte is 83, the hook is run. Otherwise, the active flag for the hook is set to zero.

Inputs

The block for the Graph Hook must be set up correctly.

Outputs

  • HL points to the start of the hook.
  • F is 6A if the hook was not run.

Destroys

  • Depends on hook, might destroy everything.

Comments

This BCALL is known to be present in OS 1.13, and is undocumented.

Credits and Contributions

  • Michael Cimino (probably)