Difference between revisions of "MC-Basic:PEEKB"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Read-Only" to "Read only")
 
(One intermediate revision by the same user not shown)
Line 36: Line 36:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:PEEKW|PEEKW]]
+
* [[MC-Basic:PEEKW|PEEKW]]
  
  
 
}}
 
}}

Latest revision as of 08:39, 22 May 2014

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)

See Also