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

From WikiTI
Jump to: navigation, search
(Returns)
 
(2 intermediate revisions by the same user not shown)
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 12: Line 12:
  
 
=== Arguments ===
 
=== Arguments ===
None
+
* None (void)
  
 
=== 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 ===
+
* 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