Difference between revisions of "MC-Basic:PEEKW"
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= Peekw (''<address>'') |AVAILABILITY= All versions |DESCRIPTION= This command reads the content of the word at the specified address. |TYPE= …') |
m (1 revision) |
(No difference)
|
Revision as of 16:09, 13 December 2010
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)