__writeMemory8, __writeMemoryByte
In this section:
Syntax
__writeMemory8(value, address, zone) __writeMemoryByte(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 one byte to a given memory location.
Example
__writeMemory8(0x2F, 0x8020, "");