[Toc][Index]

OUTx Commands


OUTx commands perform an I/O output from the source into the destination. 
 Width can be byte, word, or doubleword. The syntax is as follows: 



OUTB( destination, source);
OUTW( destination, source);
OUTDW( destination, source);

<destination>  ::= <pio variable>  |  <constant>
<source>  ::= {<constant>  |  <register>}



For example: 



outb(seq_address,r1);              //seq_address must have been declared.
outw(0x3c4,0x5520);



Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs