Difference between revisions of "MC-Basic:OUTW"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:OUTW to MC-Basic:OUTW: Global renaming of Axystems: namespace into (Main):)
(No difference)

Revision as of 08:39, 22 May 2014

This command writes a word (16 bits) to the specified I/O space address.

Syntax

Outw (<address>, <value>)

Availability

All versions

Type

<address>: Long
<value>: Long

Range

<address>: 0x100 to 0xFFFF
<value>: 0 to 65535

Scope

Task or Terminal

Limitations

Write only

Examples

Outw (256, 512)                             ‘write the value 512 to I/O address 256

See Also