<< Previous | Next >>

LD (pd+HL),A     Load     Rabbit 4000/5000 Instruction

Opcode
Instruction
Operation
-- LD (pd+HL),A (pd + HL) = A
8C LD (PW+HL),A (PW + HL) = A
9C LD (PX+HL),A (PX + HL) = A
AC LD (PY+HL),A (PY + HL) = A
BC LD (PZ+HL),A (PZ + HL) = A

8-Bit Access
16-Bit Unaligned
16-Bit Aligned
Rabbit 4000
7
n/a
n/a
Rabbit 5000
8
8
8

Flags ALTD IOI/IOE
S
Z
L/V
C
F
R
SP
S
D
-
-
-
-

Description

Loads the memory location whose address is computed as the sum of pd and HL with A. HL is considered sign extended to 24 bits.

The address is treated either as a logical address that will be passed through the MMU for translation into a physical address or as a physical address that does not need MMU translation.

If pd is 0xFFFFxxxx, i.e., the upper 16 bits are all ones, it represents a logical address. This is called a "long logical" address. Otherwise, it is a physical address with the low 20 bits or 24 bits being significant (depending on the memory available).


Rabbit Instructions << Previous | Next >> rabbit.com