84PCE:Syscalls:021FB0
From WikiTI
Revision as of 23:43, 5 March 2016 by MateoConLechuga (Talk | contribs)
Synopsis
Hypothesized Official Name: os_GetSymTablePtr
C Function Address: 021FB0h
Gets the location of the Symbol Table.
Function Prototype
void *os_GetSymTablePtr(void);
Arguments
- None (void)
Returns
- The address of the Symbol Table.
Notes
- This is an OS call; not present in the bootcode.
- Full disassembly of call:
_os_GetSymTablePtr: ld hl, symTable ret