write an 8085 assembly program to swap two numbers without
using a temporary register
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
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 |
how IDP Qury perform by the B subs MSC for MTC call. If subscriber is in roaming in other state? plz explain briefly
what is Active device and Passive device?
"OPERATIONAL AMPLIFIERS MODEL" means what and what are the topics comes under these
How can level transmitter in closed tank application be used
What is the use of scr?
What is the purpose of the package around a microprocessor silicon die?
Explain shanon-hartley law.
hello sir, could u plz send me a sample placement paper for hpcl trainee engg exam..(electronics stream)...hoping to hear from u at the earliest. Thanking you.
How many mosfet switches are there in dynamic ram?
What are the different parameters that can be measured using a q-meter?
what happens to delay if we include a resistance at the output of a cmos circuit.expalin it clearly
what is the difference between drift current and diffusion current.
26 Answers Ghana Telecom University, TCS,
Civil Engineering (5086)
Mechanical Engineering (4453)
Electrical Engineering (16638)
Electronics Communications (3918)
Chemical Engineering (1095)
Aeronautical Engineering (239)
Bio Engineering (96)
Metallurgy (361)
Industrial Engineering (259)
Instrumentation (3014)
Automobile Engineering (332)
Mechatronics Engineering (97)
Marine Engineering (124)
Power Plant Engineering (172)
Textile Engineering (575)
Production Engineering (25)
Satellite Systems Engineering (106)
Engineering AllOther (1379)