Register Symbol
Signature
bool registerSymbol(string name, u64 address)Description
Registers a local 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