33 lines
932 B
HTML
33 lines
932 B
HTML
|
<HTML>
|
||
|
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
|
||
|
<BODY>
|
||
|
|
||
|
<A HREF="ng2265a.html">[<<Previous Entry]</A>
|
||
|
<A HREF="ng320.html">[^^Up^^]</A>
|
||
|
<A HREF="ng22a5b.html">[Next Entry>>]</A>
|
||
|
<A HREF="menu.html" >[Menu]</A>
|
||
|
<A HREF="info.html">[About The Guide]</A>
|
||
|
<HR>
|
||
|
<PRE>
|
||
|
<B>OUT Send Byte to Output Port</B>
|
||
|
|
||
|
<B>OUT</B> <U>port</U>,<U>data</U>
|
||
|
|
||
|
Sends one byte of data to a specified output port.
|
||
|
|
||
|
<U>port</U> An integer expression in the range 0 to 65535; specifies
|
||
|
the port number.
|
||
|
|
||
|
<U>data</U> An integer expression in the range 0 to 255; specifies the
|
||
|
data byte.
|
||
|
</PRE>
|
||
|
<HR>
|
||
|
<B>See Also:</B>
|
||
|
<A HREF="ng147de.html">INP</A>
|
||
|
<HR>
|
||
|
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
|
||
|
Written by <A HREF="http://www.acemake.com/hagbard">Dave Pearson</A>
|
||
|
<HR>
|
||
|
</BODY>
|
||
|
</HTML>
|