OUT¶
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 Port Allocations for details of port addresses.