BASIC FUNCTIONS SECTION 5,16
5.16.13 Function OUT outputs a byte of data to a specified port.
Syntax
OUT address, data 1, data 2 .... data n.
Examples OUT 133, 1
Switches DTR to the off state.
Remarks OUT is used to control internal HUNTER functions like power
control, See section 9.8, PORT ALLDCATIONS, for details of
port addresses.
VER.V09F PAGE"5 --100