MC-Basic:PEEKW

From SoftMC-Wiki
Revision as of 08:39, 22 May 2014 by Miborich (talk | contribs) (Miborich moved page Axystems:MC-Basic:PEEKW to MC-Basic:PEEKW: Global renaming of Axystems: namespace into (Main):)
Jump to: navigation, search

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