Difference between revisions of "MC-Basic:PEEKW"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  
 
|SYNTAX=
 
|SYNTAX=
Peekw (''<address>'')
+
Peekw (<''address''>)
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 13: Line 13:
  
 
|TYPE=
 
|TYPE=
''<address>'': Long
+
<''address''>: Long
  
 
|RANGE=
 
|RANGE=
''<address>'': 0xA0000 (655360) through 0xDFFFF (917503)
+
<''address''>: 0xA0000 (655360) through 0xDFFFF (917503)
  
 
|UNITS=
 
|UNITS=
Line 28: Line 28:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 36: Line 36:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:POKEB|POKEB]]
+
* [[MC-Basic:POKEB|POKEB]]
  
  
 
}}
 
}}

Latest revision as of 08:39, 22 May 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