Difference between revisions of "MC-Basic:OUTB"
m (Text replace - "Write-Only" to "Write only") |
m (Miborich moved page Axystems:MC-Basic:OUTB to MC-Basic:OUTB: Global renaming of Axystems: namespace into (Main):) |
(No difference)
|
Revision as of 08:39, 22 May 2014
This command writes a byte to the specified I/O space address.
Syntax
Outb (<address>, <value>)
Availability
All versions
Type
<address>: Long
<value>: Long
Range
<address>: 0x100 to 0xFFFF
<value>: 0 to 255
Scope
Task or Terminal
Limitations
Write only
Examples
Outb (256, 255) ‘write the value 255 to I/O address 256