answersLogoWhite

0

The immediate instructions in the 8085 contain the operand in the instruction, as the second byte, rather than in a register. For instance, if you want to add 3 to the accumulator, you can use ADI 3. Without the immediate instructions you would need two instructions, LHLD {address-of-a-3}, ADD M, but you might also need to save and restore HL.

User Avatar

Wiki User

15y ago

What else can I help you with?