Difference between revisions of "84PCE:Syscalls:021D3C"

From WikiTI
Jump to: navigation, search
 
Line 1: Line 1:
[[Category:84PCE:CCalls:By Name|GetCSC]]
+
[[Category:84PCE:CCalls:By Name|os_GetCSC]]
 
[[Category:84PCE:CCalls:By Address|021D3C - GetCSC]]
 
[[Category:84PCE:CCalls:By Address|021D3C - GetCSC]]
 
== Synopsis ==
 
== Synopsis ==
'''Hypothesized Official Name:''' GetCSC
+
'''Hypothesized Official Name:''' os_GetCSC
  
 
'''C Function Address:''' 021D3Ch
 
'''C Function Address:''' 021D3Ch
Line 9: Line 9:
  
 
=== Function Prototype ===
 
=== Function Prototype ===
int GetCSC(void);
+
uint24_t os_GetCSC(void);
  
 
=== Arguments ===
 
=== Arguments ===
Line 15: Line 15:
  
 
=== Returns ===
 
=== Returns ===
* The keycode value of _GetCSC is returned as an 24bit int.
+
* The keycode value of _GetCSC is returned as an uint24_t.
  
 
=== Notes ===
 
=== Notes ===
 
* This is an OS call; not present in the bootcode.
 
* This is an OS call; not present in the bootcode.

Latest revision as of 00:40, 6 March 2016

Synopsis

Hypothesized Official Name: os_GetCSC

C Function Address: 021D3Ch

Gets a keyboard code from the assembly routine _GetCSC.

Function Prototype

uint24_t os_GetCSC(void);

Arguments

  • None (void)

Returns

  • The keycode value of _GetCSC is returned as an uint24_t.

Notes

  • This is an OS call; not present in the bootcode.