84PCE:Syscalls:021FB0

From WikiTI
Revision as of 00:43, 6 March 2016 by MateoConLechuga (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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