Register Global Symbol
Signature
bool registerGlobalSymbol(string name, u64 address)Description
Registers a global symbol at a specified memory address.
Returns whether the operation was successful (true) or not (false).
Arguments
Name
The name of the symbol.
Address
The memory address of the symbol.
Notes
Last updated