Write a program using micrprocessor?
Answers were Sorted based on User's Feedback
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 |
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 |
Define pulse width modulation?
Why we need biasing for transistor, fet and mosfet?
important questions about sip and ims protocols
what is antenna?
What is the maximal decimal number that can be accommodated in a byte? a) 128 b) 256 c) 255 d) 512
What are the applications of log amplifier?
what is perfect meaning of biasing?
What is the main drawback of a single phase half bridge inverter?
Why signalling link load should be less than 30% in telecommunication?
wat book i can refer to succeed in isro exam ...and where i can get the last 5 years questions
why the chemistry is essential for ece branch students?
What are the advantages of gto over scr?