Complete 8086 instruction set[OUT]

OUT

Operands: im.byte, AL im.byte, AX DX, AL DX, AX Output from AL or AX to port. First operand is a port number. If required to access port number over 255 - DX register should be used. Example: MOV AX, 0FFFh ; Turn on all OUT 4, AX ; traffic lights. MOV AL, 100b ; Turn on the third OUT 7, AL ; magnet of the stepper-motor. Flags: C Z S O P A unchanged