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

From WikiTI
Jump to: navigation, search
(Arguments)
 
Line 1: Line 1:
[[Category:84PCE:CCalls:By Name|GetOnInterrupt]]
+
[[Category:84PCE:CCalls:By Name|os_GetOnInterrupt]]
[[Category:84PCE:CCalls:By Address|00057C - GetOnInterrupt]]
+
[[Category:84PCE:CCalls:By Address|00057C - os_GetOnInterrupt]]
 
== Synopsis ==
 
== Synopsis ==
'''Hypothesized Official Name:''' GetOnInterrupt
+
'''Hypothesized Official Name:''' os_GetOnInterrupt
  
 
'''C Function Address:''' 00057Ch
 
'''C Function Address:''' 00057Ch
Line 18: Line 18:
  
 
* False - The onInterrupt bit is reset
 
* False - The onInterrupt bit is reset
 
=== Destroys ===
 
* AF
 
* Sets IY to flags
 

Latest revision as of 00:39, 6 March 2016

Synopsis

Hypothesized Official Name: os_GetOnInterrupt

C Function Address: 00057Ch

Gets the status of the [ON] interrupt bit.

Function Prototype

bool GetOnInterrupt(void);

Arguments

  • None (void)

Returns

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