AT&T 6300 Programmer's Manual page 390

Gwbasic by microsoft
Hide thumbs Also See for 6300:
Table of Contents

Advertisement

OUT
Statement
Syntax
port
byte
Remarks
Example
7-234
. Transmits a byte to an output port.
OUT port, byte
is an integer expression in the range 0 through 65535 and
represents a port number
is an integer expression in the range 0 through 255 and
represents the data to be transmitted
OUT is the complementary statement to the
INP statement.
If "port" or "byte" is outside the specified
range, an "Illegal function call" error is
returned.
100 OUT 1234,255

Advertisement

Table of Contents
loading

Table of Contents