Intel 80C188XL User Manual

Page 370

Advertising
background image

C-47

INSTRUCTION SET DESCRIPTIONS

XLAT

Translate:

XLAT

translate-table

Replaces a byte in the AL register with
a byte from a 256-byte, user-coded
translation table. Register BX is
assumed to point to the beginning of
the table. The byte in AL is used as an
index into the table and is replaced by
the byte at the offset in the table corre-
sponding to AL's binary value. The first
byte in the table has an offset of 0. For
example, if AL contains 5H, and the
sixth element of the translation table
contains 33H, then AL will contain 33H
following the instruction. XLAT is
useful for translating characters from
one code to another, the classic
example being ASCII to EBCDIC or
the reverse.

Instruction Operands:

XLAT src-table

AL

((BX) + (AL))

AF –
CF –
DF –
IF –
OF –
PF –
SF –
TF –
ZF –

XOR

Exclusive Or:

XOR dest, src

Performs the logical "exclusive or" of
the two operands and returns the
result to the destination operand. A bit
in the result is set if the corresponding
bits of the original operands contain
opposite values (one is set, the other
is cleared); otherwise the result bit is
cleared.

Instruction Operands:

XOR reg, reg
XOR reg, mem
XOR mem, reg
XOR accum, immed
XOR reg, immed
XOR mem, immed

(dest)

(dest) xor (src)

(CF)

0

(OF)

0

AF ?
CF

ü

DF –
IF –
OF

ü

PF

ü

SF

ü

TF –
ZF

ü

Table C-4. Instruction Set (Continued)

Name

Description

Operation

Flags

Affected

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

Advertising
This manual is related to the following products: