MC-Basic:PEEKB

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ''Peekb (<address>)'' |AVAILABILITY= All versions |DESCRIPTION= This command reads the content of the byte at the specified address. |TYPE= …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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