MC-Basic:OUTW

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= Outw ''(<address>, <value>)'' |AVAILABILITY= All versions |DESCRIPTION= This command writes a word (16 bits) to the specified I/O space addre…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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