84PCE:Syscalls:021FB0

From WikiTI
Revision as of 23:33, 7 September 2015 by MateoConLechuga (Talk | contribs)

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

Synopsis

Hypothesized Official Name: GetSymTablePtr

C Function Address: 021FB0h

Gets the location of the Symbol Table. This seems like a very useless call.

Function Prototype

int* GetSymTablePtr(uint16 color);

Arguments

  • None (void)

Returns

  • The address of the Symbol Table.

Notes

  • This is an OS call; not present in the bootcode.
  • Full dissasembly of call:
_GetSymTablePtr:
 ld        hl, symTable
 ret