Microprocessor Class 5
Microprocessor Class 5
PART 5
SIBIN K
● The instruction copies the contents of the memory location pointed by 5000H
into register L and copies the contents of the next memory location into
register H.
● SHLD 5000H - store H-L pair direct
● The contents from HL register pair is stored to the address 5000H and 5001H
● LDAX B - LOAD accumulator indirect
● STAX B - store accumulator indirect
● PCHL
● SPHL
● The contents of the L register are exchanged with the stack location pointed
out by the contents of the stack pointer register. Also, the contents of the H
register are exchanged with the next stack location (SP+1).