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

Write an Assembly Language Program to fill the memory locations 4500H to 4504 with the Hexadecimal numbers 09 H to ODH respectively. - Computer Science 2

Advertisements
Advertisements

प्रश्न

Write an Assembly Language Program to fill the memory locations 4500H to 4504 with the Hexadecimal numbers 09 H to ODH respectively.

उत्तर

Label Mnemonics Comments
  LXI H, 4500 ; Initialize HL pa ir with starting add ress
  MVI A, 09H ; A = 09H
  MVI B, 05H ; Count in reg. B
UP: MOV M, A ; Copy data 09H in 4500 H
  INX H ; Increment HL pair
  INR A ; Increment content in A by 1
  DCR B ; Decrement count
  JNZ UP ; Jump to label UP if count in not zero
  RST 1.0 ; Restart
shaalaa.com
Instruction Set and Programming of 8085
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
2016-2017 (March)

APPEARS IN

Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×