RD_BYTE
Syntax
RD_BYTE(
byte_address )
Description
The value of the byte at
byte_address is returned. That value is unsigned, so 0 to 255 can be
expected.
This is a compiler change and is a feature of compilers 9.36 and later.
Example
x = RD_BYTE(&H10000003) ' load the
byte at &H10000003 into x
Differences from other BASICs
\
- no equivalent in Visual BASIC
- no equivalent in PBASIC
See also
\