write an assembly code which can call function in a loop
with al value from 0 to 9
Answer Posted / pk
xor ax, ax
loop1:
call foo
inc al
cmp ax, 10
jb loop1
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Differentiate between div and idiv instructions with the help of examples.
Classify interrupts on the basis of signals. State their differences.
What is clock frequency for 8085?
explain the different types of control flags for the 8086?
The interrupt response time is determined by?
Define macros with the help of an example.
In what way interrupts are classified in 8085?
Why subroutine used in programs?
Name the special purpose registers?
What was is the primary usage of a 8085 microprocessor?
What is an interrupt service routine?
Explain the purpose of the status register?
what are the types of conditional jumps
What is the difference between isr & function call?
What is the purpose of data moving instructions? Name any two such instructions?