answersLogoWhite

0

What is the different between LXI and LHLD in 8085?

LHLD 2050 Means..copy content of 2050 and 2051 to HL pair

if

2050 -> 90H

2051->5AH

LHLD 2050 implies..

L -> 90H

H -> 5AH

LXI means..Load Register Pair with Immediate data.. 16bit data

LXI B ,2050H

Loads BC pair with value 2050H

B-> 20H

C-> 50H

Its similar to 2 MVI instruction

ie

MVI H,20H

MVI L,50H

which eventually implies..HL -> 2050H

the advantage of LXI over MVI is that LXI is 3 byte and requires 10T states.Two MVI instruction is 4Byte and require 14Tstates...

User Avatar

Wiki User

15y ago

Still curious? Ask our experts.

Chat with our AI personalities

RossRoss
Every question is just a happy little opportunity.
Chat with Ross
TaigaTaiga
Every great hero faces trials, and you—yes, YOU—are no exception!
Chat with Taiga
MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine

Add your answer:

Earn +20 pts
Q: What is the different between LXI and LHLD in 8085?
Write your answer...
Submit
Still have questions?
magnify glass
imp