LHLD addr (Load H and L direct) ( L ) ((byte 3)(byte 2) ( H ) ((byte 3)(byte 2) +1) The contents of the memory location, whose address is specified in byte 2 and byte 3 of the instruction, is moved to register L . The content of the next memory location is moved to register H .
LHLD addr (Load H and L direct)
( L ) ((byte 3)(byte 2) ( H ) ((byte 3)(byte 2) +1)
The contents of the memory location, whose address is specified in byte 2 and byte 3 of the instruction, is moved to register L . The content of the next memory location is moved to register H .