WR_HALF
Syntax
WR_HALF (
address , number )
Description
The value of the number is writen into the 2 bytes at
halfword_address . (ie, ...0, ...2, ...4, ...6
...)
This is a compiler change and is a feature of compilers 9.36 and later, to emit those opcodes.
Example
WR_HALF(&H10000000, x) ' load the 16 bit
value of x into &H10000000 and &H10000001
Differences from other BASICs
\
- no equivalent in Visual BASIC
- no equivalent in PBASIC
See also
\