MC-Basic:PEEKB
This command reads the content of the byte at the specified address.
Syntax
Peekb (<address>)
Availability
All versions
Type
<address>: Long
Range
<address>: 0xA0000 (655360) through 0xDFFFF (917503)
Scope
Task or Terminal
Limitations
Read only
Examples
X=peekb (800000)
?peekb (800000)