Difference between revisions of "84PCE:Syscalls:021D40"
From WikiTI
(Created page with "AppInit 021D40 - AppInit == Synopsis == '''Hypothesized Official Name:''' AppInit '''C Function Address...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:84PCE:CCalls:By Name| | + | [[Category:84PCE:CCalls:By Name|os_AppInit]] |
− | [[Category:84PCE:CCalls:By Address|021D40 - | + | [[Category:84PCE:CCalls:By Address|021D40 - os_AppInit]] |
== Synopsis == | == Synopsis == | ||
− | '''Hypothesized Official Name:''' | + | '''Hypothesized Official Name:''' os_AppInit |
'''C Function Address:''' 021D40h | '''C Function Address:''' 021D40h | ||
=== Function Prototype === | === Function Prototype === | ||
− | void AppInit( | + | void AppInit(unsigned *app); |
=== Arguments === | === Arguments === | ||
− | * | + | * unsigned *app - Pointer to custom vector table to copy. |
=== Returns === | === Returns === | ||
* None (void) | * None (void) | ||
+ | |||
+ | === Notes === | ||
+ | * This is an OS call; not present in the bootcode. |
Latest revision as of 23:38, 5 March 2016
Synopsis
Hypothesized Official Name: os_AppInit
C Function Address: 021D40h
Function Prototype
void AppInit(unsigned *app);
Arguments
- unsigned *app - Pointer to custom vector table to copy.
Returns
- None (void)
Notes
- This is an OS call; not present in the bootcode.