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

Write an Assembly Language Program to exchange the nibbles of 8-bit number stored in memory location 4500H. Store the result at memory location 4501H. - Computer Science 2

Advertisements
Advertisements

प्रश्न

Write an Assembly Language Program to exchange the nibbles of 8-bit number stored in memory location 4500H. Store the result at memory location 4501H.

उत्तर

Label  Mnemonics  Comments
  LXI, 4500 H ; Set H-L pointe r to 4500 H
  MOV A, M ; take no. in  accumulator
  RRC ; with 4 RRC instructions
  RRC ; Interchange the digits of the no.
  RRC  
  RRC  
  INX H ; Increment HL pair by 1
  MOV M, A ; store the exchanged no. in 4501 H
  RST 1.0 ; Restart
shaalaa.com
Instruction Set and Programming of 8085
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
2016-2017 (March)

APPEARS IN

Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×