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

From WikiTI
Jump to: navigation, search
(Created page with "AddHLandA 00057C - AddHLandA == Synopsis == '''Hypothesized Official Name:''' GetOnInterrupt '''C F...")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:84PCE:Syscalls:By Name|AddHLandA]]
+
[[Category:84PCE:CCalls:By Name|os_GetOnInterrupt]]
[[Category:84PCE:Syscalls:By Address|00057C - AddHLandA]]
+
[[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
  
Gets the status of the [ON] interrupt.
+
Gets the status of the [ON] interrupt bit.
  
== Function Prototype ==
+
=== Function Prototype ===
 
bool GetOnInterrupt(void);
 
bool GetOnInterrupt(void);
  
 
=== 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
+
  
=== Destroys ===
+
* False - The onInterrupt bit is reset
* 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