English

Write an Assembly Language Program to find absolute difference of two hex numbers stored in memory locations 5000H and 5001H. Store the result at 5002 H. - Computer Science 2

Advertisements
Advertisements

Question

Write an Assembly Language Program to find absolute difference of two hex numbers stored in memory locations 5000H and 5001H. Store the result at 5002 H.

Answer in Brief

Solution

Label Opcode Operand Comments
LOOP: LXI, H, 5000 H ; Initialise HL pair to memory address 5000 H
MOV A, M ; Move memory Content to accumulator
INX H ; Increment HL pair by 1
SUB M ; Subtract memory Content from accumulator
JP LOOP ; If result is positive jump to LOOP
CMA ; Complement the contents of accumulator
ADI 01 ; Take 2’s complement by adding 1.
INX H ; Increment HL pair by 1
MOV M, A ; Store the result in memory location
RST 1 ; Restart
shaalaa.com
Instruction Set and Programming of 8085
  Is there an error in this question or solution?
2018-2019 (February) Set 1
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×
Our website is made possible by ad-free subscriptions or displaying online advertisements to our visitors.
If you don't like ads you can support us by buying an ad-free subscription or please consider supporting us by disabling your ad blocker. Thank you.