Intel 80C186EA User Manual page 361

Hide thumbs Also See for 80C186EA:
Table of Contents

Advertisement

INSTRUCTION SET DESCRIPTIONS
Name
LDS
Load Pointer Using DS:
LDS dest, src
Transfers a 32-bit pointer variable from
the source operand, which must be a
memory operand, to the destination
operand and register DS. The offset
word of the pointer is transferred to the
destination operand, which may be
any 16-bit general register. The
segment word of the pointer is
transferred to register DS.
Instruction Operands:
LDS reg16, mem32
LEA
Load Effective Address:
LEA dest , src
Transfers the offset of the source
operand (rather than its value) to the
destination operand.
Instruction Operands:
LEA reg16, mem16
LEAVE
Leave:
LEAVE
Reverses the action of the most recent
ENTER instruction. Collapses the last
stack frame created. First, LEAVE
copies the current BP to the stack
pointer releasing the stack space
allocated to the current procedure.
Second, LEAVE pops the old value of
BP from the stack, to return to the
calling procedure's stack frame. A
return (RET) instruction will remove
arguments stacked by the calling
procedure for use by the called
procedure.
Instruction Operands:
none
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-26
Table C-4. Instruction Set (Continued)
Description
Operation
(dest) ← (EA)
(DS) ← (EA + 2)
(dest) ← EA
(SP) ← (BP)
(BP) ← ((SP) + 1:(SP))
(SP) ← (SP) + 2
Flags
Affected
AF –
CF –
DF –
IF –
OF –
PF –
SF –
TF –
ZF –
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:

80c188ea

Table of Contents