write an 8085 assembly program to swap two numbers without
using a temporary register

Answers were Sorted based on User's Feedback



write an 8085 assembly program to swap two numbers without using a temporary register..

Answer / rajdeep saha

1.LXI H,2501
2.MOV A,M
3.INX H
4.MOV B,M
5.MOV M,A
6.DCX H
7.MOV M,B
8.HLT.

Is This Answer Correct ?    62 Yes 25 No

write an 8085 assembly program to swap two numbers without using a temporary register..

Answer / aradhana

Suppose two values are at 2000h and 4000h
LDA 2000H
MOV B,A
LDA 4000H
STA 2000H
MOV A,B
STA 4000H
HLT

Is This Answer Correct ?    20 Yes 4 No

write an 8085 assembly program to swap two numbers without using a temporary register..

Answer / lakhan

LIXH7050
MOV A,M
LIXH7051
MOV B,M
MOV M,A
LIXH7052
MOV M,B
RST 01

Is This Answer Correct ?    19 Yes 7 No

write an 8085 assembly program to swap two numbers without using a temporary register..

Answer / ashish kumar

Assuming there is '10' in 2050 & '20' in 2051
LDA 2050
LXI H 2051
MOV B,M
STA 2051
MOV A,B
STA 2050
RST 5
END

Is This Answer Correct ?    19 Yes 11 No

write an 8085 assembly program to swap two numbers without using a temporary register..

Answer / bishal ghosh

LDA 0010H
LXI H,0020H
MOV B,M
STA 0020H
MOV A,B
STA 0010H
HLT

Is This Answer Correct ?    3 Yes 1 No

write an 8085 assembly program to swap two numbers without using a temporary register..

Answer / s.k.chaudhry

LXI H,14
MOV C,M
LXI H,15
MOV B,M
MOV A,C
STA 15
MOV A,B
STA 17
HLT

Is This Answer Correct ?    0 Yes 3 No

write an 8085 assembly program to swap two numbers without using a temporary register..

Answer / shyam (cit)

(INDIRECT METHOD ) (ASSUME THAT 2000 & 2001 ARE THE
MEMORY LOCATIONS)
LXI D 2000
LDAX A
MOV B A
INX D
LDAX D
DCX D
STAX D
INX D
MOV A B
STAX D
HLT

Is This Answer Correct ?    11 Yes 18 No

Post New Answer

More Electronics Communications Interview Questions

if any body have tyco electronics placement papers,please forward to my mail id kadhar.basha@gmail.com ,please as early as possible. thanks&regards kadhar basha

0 Answers   Tyco,


how 2 design a mod 6 synchronous counter using jk flip flop?

3 Answers  


please somebody who have asked questions related to electronic and communication eng siemens 2010-2012 post here

0 Answers   Siemens,


Igbt is a voltage controlled device. Why?

0 Answers  


What is Race-around problem? How can you rectify it?

34 Answers   College School Exams Tests, CTS, ISRO, ST Micro, STMicroelectronics,






In the 8421 BCD code the decimal number 125 is written as???

4 Answers   GATE,


can u plz mail me bel qpapers.

0 Answers   BEL,


What are the applications of multiplexer (mux)?

0 Answers  


is embeded technology is necessary for every electronics engineer?

0 Answers  


Which of the transistor currents is always the largest? Which is always the smallest? Which two currents are relatively close in magnitude?

0 Answers  


What is DTX? Why is it used?

2 Answers  


What do you mean by vision and mission?

0 Answers  


Categories
  • Civil Engineering Interview Questions Civil Engineering (5085)
  • Mechanical Engineering Interview Questions Mechanical Engineering (4451)
  • Electrical Engineering Interview Questions Electrical Engineering (16632)
  • Electronics Communications Interview Questions Electronics Communications (3918)
  • Chemical Engineering Interview Questions Chemical Engineering (1095)
  • Aeronautical Engineering Interview Questions Aeronautical Engineering (239)
  • Bio Engineering Interview Questions Bio Engineering (96)
  • Metallurgy Interview Questions Metallurgy (361)
  • Industrial Engineering Interview Questions Industrial Engineering (259)
  • Instrumentation Interview Questions Instrumentation (3014)
  • Automobile Engineering Interview Questions Automobile Engineering (332)
  • Mechatronics Engineering Interview Questions Mechatronics Engineering (97)
  • Marine Engineering Interview Questions Marine Engineering (124)
  • Power Plant Engineering Interview Questions Power Plant Engineering (172)
  • Textile Engineering Interview Questions Textile Engineering (575)
  • Production Engineering Interview Questions Production Engineering (25)
  • Satellite Systems Engineering Interview Questions Satellite Systems Engineering (106)
  • Engineering AllOther Interview Questions Engineering AllOther (1379)