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

From WikiTI
Jump to: navigation, search
 
Line 1: Line 1:
[[Category:84PCE:CCalls:By Name|AppInit]]
+
[[Category:84PCE:CCalls:By Name|os_AppInit]]
[[Category:84PCE:CCalls:By Address|021D40 - AppInit]]
+
[[Category:84PCE:CCalls:By Address|021D40 - os_AppInit]]
 
== Synopsis ==
 
== Synopsis ==
'''Hypothesized Official Name:''' AppInit
+
'''Hypothesized Official Name:''' os_AppInit
  
 
'''C Function Address:''' 021D40h
 
'''C Function Address:''' 021D40h
  
 
=== Function Prototype ===
 
=== Function Prototype ===
void AppInit(int*);
+
void AppInit(unsigned *app);
  
 
=== Arguments ===
 
=== Arguments ===
* int* - Pointer to custom vector table to copy.
+
* unsigned *app - Pointer to custom vector table to copy.
  
 
=== Returns ===
 
=== Returns ===

Latest revision as of 00:38, 6 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.