Difference between revisions of "84PCE:Syscalls:00057C"

From WikiTI
Jump to: navigation, search
(Returns)
(Returns)
Line 15: Line 15:
  
 
=== Returns ===
 
=== Returns ===
True - The onInterrupt bit is set
+
* True - The onInterrupt bit is set
  
False - The onInterrupt bit is reset
+
* False - The onInterrupt bit is reset
  
 
=== Destroys ===
 
=== Destroys ===
 
* AF
 
* AF
 
* Sets IY to flags
 
* Sets IY to flags

Revision as of 13:57, 1 September 2015

Synopsis

Hypothesized Official Name: GetOnInterrupt

C Function Address: 00057Ch

Gets the status of the [ON] interrupt bit.

Function Prototype

bool GetOnInterrupt(void);

Arguments

None

Returns

  • True - The onInterrupt bit is set
  • False - The onInterrupt bit is reset

Destroys

  • AF
  • Sets IY to flags