__writeMemory32
In this section:
Syntax
__writeMemory32(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 four bytes to a given memory location.
Example
__writeMemory32(0x5555FFFF, 0x8020, "");