Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
OUT Statement QuickSCREEN
◄QuickSCREEN► ◄Details► ◄Example► ◄Contents► ◄Index►
──────────────────────────────────────────────────────────────────────────────
OUT - a device I/O statement that sends a byte to a machine I/O port
Syntax
OUT port, data
■ port, a numeric-expression which has an integer value between
0 and 65,535, identifies the destination hardware I/O port
■ data, a numeric expression that has an integer value between
0 and 255, is the data to be sent out the port
See Also ◄INP► ◄WAIT►