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