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

From WikiTI
Jump to: navigation, search
(Created page with "AppInit 021D40 - AppInit == Synopsis == '''Hypothesized Official Name:''' AppInit '''C Function Address...")
 
Line 14: Line 14:
 
=== Returns ===
 
=== Returns ===
 
* None (void)
 
* None (void)
 +
 +
=== Notes ===
 +
* This is an OS call; not present in the bootcode.

Revision as of 10:56, 22 September 2015

Synopsis

Hypothesized Official Name: AppInit

C Function Address: 021D40h

Function Prototype

void AppInit(int*);

Arguments

  • int* - Pointer to custom vector table to copy.

Returns

  • None (void)

Notes

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