__readMemory32
In this section:
Syntax
__readMemory32(address,zone)
Parameters
addressThe memory address (integer).
zoneA string that specifies the memory zone, see C-SPY memory zones.
Return value
The macro returns the value from memory.
For use with
All C-SPY drivers.
Description
Reads a four-byte word from a given memory location.
Example
__readMemory32(0x0108, "");