Intel 80C186XL User Manual page 355

Intel microprocessor user's manual
Table of Contents

Advertisement

INSTRUCTION SET DESCRIPTIONS
Name
OR
Logical OR:
OR dest,src
Performs the logical "inclusive or" of
the two operands (bytes or words) and
returns the result to the destination
operand. A bit in the result is set if
either or both corresponding bits in the
original operands are set; otherwise
the result bit is cleared.
Instruction Operands:
OR reg, reg
OR reg, mem
OR mem, reg
OR accum, immed
OR reg, immed
OR mem, immed
OUT
Output:
OUT port, accumulator
Transfers a byte or a word from the AL
register or the AX register, respec-
tively, to an output port. The port
number may be specified either with
an immediate byte constant, allowing
access to ports numbered 0 through
255, or with a number previously
placed in register DX, allowing variable
access (by changing the value in DX)
to ports numbered from 0 through
65,535.
Instruction Operands:
OUT immed8, AL
OUT DX, AX
NOTE: The three symbols used in the Flags Affected column are defined as follows:
– the contents of the flag remain unchanged after the instruction is executed
? the contents of the flag is undefined after the instruction is executed
ü
the flag is updated after the instruction is executed
C-32
Table C-4. Instruction Set (Continued)
Description
Operation
(dest)
(dest) or (src)
(CF)
0
(OF)
0
(dest)
(src)
Flags
Affected
AF ?
ü
CF
DF –
IF –
ü
OF
ü
PF
ü
SF
TF –
ü
ZF
AF –
CF –
DF –
IF –
OF –
PF –
SF –
TF –
ZF –

Advertisement

Table of Contents
loading

This manual is also suitable for:

80c188xl

Table of Contents