__writeMemory64
In this section:
Syntax
__writeMemory64(value,address, zone)
Parameters
valueAn integer.
addressThe memory address (integer).
zoneA string that specifies the memory zone, see C-SPY memory zones.
Return value
int 0
For use with
All C-SPY drivers.
Description
Writes eight bytes to a given memory location.
Example
__writeMemory64(0xFFFF'FFFF'8000'0000, 0xFFFF'8000, "");