Difference between revisions of "MC-Basic:PEEKW"
m (1 revision) |
m (Text replace - "''<address>''" to "<''address''>") |
||
Line 4: | Line 4: | ||
|SYNTAX= | |SYNTAX= | ||
− | Peekw ('' | + | Peekw (<''address''>) |
|AVAILABILITY= | |AVAILABILITY= | ||
Line 13: | Line 13: | ||
|TYPE= | |TYPE= | ||
− | '' | + | <''address''>: Long |
|RANGE= | |RANGE= | ||
− | '' | + | <''address''>: 0xA0000 (655360) through 0xDFFFF (917503) |
|UNITS= | |UNITS= |
Revision as of 14:59, 17 March 2014
This command reads the content of the word at the specified address.
Syntax
Peekw (<address>)
Availability
All versions
Type
<address>: Long
Range
<address>: 0xA0000 (655360) through 0xDFFFF (917503)
Scope
Task or Terminal
Limitations
Read-Only
Examples
X=peekw (800000)
?peekw (800000)