WR_BYTE
Syntax
WR_BYTE(
byte_address, number )
Description
The value of the
number is writen into the byte at
byte_address . . (ie, ...0, ...1,
...2, ...3, ...4, ...5, ...6
...)
This is a compiler change and is a feature of compilers 9.36 and later, to emit those opcodes.
Example
WR_BYTE(&H10000001, x) ' load the 8 bit
value of x into &H10000001
Differences from other BASICs
\
- no equivalent in Visual BASIC
- no equivalent in PBASIC
See also
\
- RD_BYTE
- RD_HALF
- WR_HALF
- * WORD ACCESS