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 the sp register does in a program?
What is sim and rim instructions?
What is baud rate?
Does alu have any storage facility?
Explain the differences between the nmi and intr
Which interrupt has highest priority in microcontroller ?
Explain about the classification of instruction operations
Define the 8085 instruction format and their classification according to word size?
List out the features of 8051 microcontroller?
What is an interrupt service routine in microcontroller?
What are the different types of assemblers used?
How many bit address bus does the 8085 use?
On a scale of one to ten, rate me as an interviewer now 26 which stack is used in 8086?
What does the out instruction do, define its format?
The interrupt response time is determined by?