Difference between revisions of "MC-Basic:OUTW"
m (Text replace - "''<value>''" to "<''value''>") |
m (Text replace - "''<address>''" to "<''address''>") |
||
Line 13: | Line 13: | ||
|TYPE= | |TYPE= | ||
− | '' | + | <''address''>: Long<br> |
<''value''>: Long | <''value''>: Long | ||
|RANGE= | |RANGE= | ||
− | '' | + | <''address''>: 0x100 to 0xFFFF<br> |
<''value''>: 0 to 65535 | <''value''>: 0 to 65535 | ||
Revision as of 14:59, 17 March 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