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
Explain data types used in microcontroller programming,
What is the function of ale and how does it works?
Write the flags of 8086?
How can you increase ports of a microprocessor?
What is sim and rim instructions?
what are the advantages of modular proramming techniques
What are the different type of registers used in 8085?
Classify interrupts on the basis of signals. State their differences.
What is the difference between harvard architecture and von neumann architecture?
What type of architecture is used in 8085 microprocessor?
Which bit of the flag register is set when output overflows to the sign bit?
What are the interrupts of 8086?
Explain about the classification of instruction operations
What are the index registers in 8086?
Classify interrupts on the basis of signals.