मराठी
महाराष्ट्र राज्य शिक्षण मंडळएचएससी विज्ञान (संगणक विज्ञान) इयत्ता १२ वी

A Block of Data is Stored in Memory Locations Starting from 3001 H. the Length of the Block is at 3000 H. Write an Assembly Language Program that Searches for the - Computer Science 2

Advertisements
Advertisements

प्रश्न

A block of data is stored in memory locations starting from 3001 H. The length of the block is at 3000 H. Write an Assembly Language Program that searches for the first occurrence of data AO H in given block. Store the address of this occurrence in H-L pair. If the number is not fou nd then H-L pair should contain 0000 H.

थोडक्यात उत्तर

उत्तर

Label Opcode Operand Comments
UP: LDA 3000 H ; Copy block length into accumulator
MOV C, A ; Copy block length from accumulator to Reg C
LXI H, 3001 H ; Load H – L pair with starting address
MVI A, AOH ; Initialise search element (AO) in register A
CMP M ; Compare number in memory to the number AOH
    in accumulator
end: JZ end ; Number in memory is AO? Yes, jump to end.
INX H ; Increment H - L pair
DCR C ; Decrement contents of block length counter Reg C
JNZ UP ; Repeat all steps until all locations are checked
LXI H, 0000 H ; Load H – L pair with address 0000 H
RST 1 ; Restart
shaalaa.com
Instruction Set and Programming of 8085
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
2018-2019 (February) Set 1
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×