Intel i960 Jx Developer's Manual page 185

Microprocessor
Table of Contents

Advertisement

6.2.38
lda
Mnemonic:
lda
Format:
lda
Description:
Computes the effective address specified with src and stores it in dst. The src
address is not checked for validity. Any addressing mode may be used to
calculate efa.
An important application of this instruction is to load a constant longer than 5
bits into a register. (To load a register with a constant of 5 bits or less,
can be used with a literal as the src operand.)
Action:
dst = effective_address;
STANDARD
Faults:
Example:
lda 58 (g9), g1
lda 0x749, r8
Opcode:
lda
INSTRUCTION SET REFERENCE
Load Address
src,
dst
mem
reg
efa
Refer to
# g1
g9+58
# r8
0x749
8CH
MEM
section 6.1.6, "Faults" (pg.
mov
6
6-5).
6-73

Advertisement

Table of Contents
loading

Table of Contents