OUT - source-solutions/HELP GitHub Wiki
OUT port, value
Sends a byte to a machine I/O port.
-
port
is a numeric expression in[0 to 65535]
. -
value
is a numeric expression in[0 to 255]
.
-
port
orvalue
has a string value: Type mismatch. -
port
is not in[0 to 65535]
: Overflow. -
value
is not in[0 to 32767]
: Overflow. -
value
is not in[0 to 255]
: Illegal function call.