[Toc][Index]

INx Commands


INx commands perform an I/O input from the source and place the result 
into the destination. Width can be byte, word, or doubleword.  The syntax 
is as follows: 



INB( destination, source);
INW( destination, source);
INDW( destination, source);

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



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