write an assembly code which can call function in a loop
with al value from 0 to 9
Answer Posted / dinesh kumar.r
MVI B,00
MVI C,OA
LOOP:
INR B
DCR C
SUB C
JNZ LOOP
HLT
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is meant by flipflop?
What are the flags in 8086?
What are the control signals used by the 8085?
how does the 8086 differ from the 8085 microprocessor?
Mention the types of programmed data transfer?
Which bit of the flag register is set when output overflows to the sign bit?
Explain sphl instruction?
On a scale of one to ten, rate me as an interviewer now 26 which stack is used in 8086?
What is the width of data bus?
What are the total number of input and output ports in 8085?
What is the bus arbitration problem in the 8086 and how can it be resolved?
How many logical drives is it possible to fit onto a physical disk?
What is the software interrupts of 8085?
What is processor cycle (machine cycle)?
What type of memory is the stack?