Difference between revisions of "MC-Basic:PEEKW"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<address>''" to "<''address''>")
m (Text replace - "Read-Only" to "Read only")
Line 28: Line 28:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=

Revision as of 13:38, 18 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)

See Also