__readMemory64
In this section:
Syntax
__readMemory64(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 an eight-byte word from a given memory location.
Example
__readMemory64(0x8000, "");