Write a program using micrprocessor?

Answers were Sorted based on User's Feedback



Write a program using micrprocessor?..

Answer / yogesh

program to divide two number using 8085 microprocessor

LDA 9000H
MOV B,A
LDA 9001H
MOV E,A
MVI C,00H
MOV A,B
LOOP : INR C
SUB E
JNZ LOOP
ADD E
DCR C
STA 9002H
MOV E,A
STA 9003H


Input the 2 numbers in 9000 & 9001.

Remainder stored in 9002, Quotient stored in 9003

Is This Answer Correct ?    12 Yes 1 No

Write a program using micrprocessor?..

Answer / vinit92

TRANSFER A BLOCK OF N BYTES FROM SOURCE TO DESTINATION ..


LXI H,2000H
MVI B,05H
LXI D,3000H
LOOP: MOV M,A
STAX D
INX H
INX D
DCR B
JNZ LOOP
HLT

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Electronics Communications Interview Questions

Why do we use distinct polarisation (UL-H:DL-V) while uplinking and downlinking rather than same (UL-H:DL-H)?

0 Answers  


What is RSSP in GSM???????

0 Answers   Videocon,


How to calculate the rectangle of conductor of different sizes?

0 Answers  


What is meant by fm control in a dc chopper?

0 Answers  


Explain how to convert binary to gray code and vice-verse?

0 Answers  






For the same order of doping, why does n-type semiconductor exhibit larger conductivity than p-type semiconductor?

0 Answers  


* ** *12* *123* *1234* *12345* *123456* ********

0 Answers   DRDO,


What is a repeater?

0 Answers  


What is the difference between <stdio.h> and "stdio.h"?

2 Answers  


In ics the substrate is not employed as collector. Explain why?

0 Answers  


i am electronics & comm engg & appling 4 the AAI jr executive (electronics/ATC) written test. pls forward me the syllabus & old question papers.I will be very much thankful to you, snehalsanap@gmail.com

0 Answers   AAI Airports Authority Of India,


What is Virtual Handoff ?

2 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)