English

Write an Assembly Language Program to find one’s (1’s) compliment of a number stored at memory location D000H without using CMA instruction and store result at memory location D00IH.

Advertisements
Advertisements

Question

Write an Assembly Language Program to find one’s (1’s) compliment of a number stored at memory location D000H without using CMA instruction and store result at memory location D00IH.

Code Writing
Advertisements

Solution

Label      Instructions                Comments

       MVI A, FFH    ; Set A to FFH            
       LXI H, D000H  ; Load HL to D000H       
       SUB M         ; Subtract memory with A 
       STA D001H     ; Store A to D001H         
       HLT           ; Stop                  
shaalaa.com
  Is there an error in this question or solution?
2024-2025 (July) Official Board Paper
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×