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
explain the various functional blocks of the 8085 microprocessor.
Intel 8051 follows which architecture?
Give an example of a combined addressing mode instruction?
What is the significance of the clk pin in the 8086?
Classify interrupts on the basis of signals. State their differences.
What are set up time & hold time constraints?
How to detect a sequence of "1101" arriving serially from a signal line?
What are the different types of assemblers used?
Explain transmission gate-based d-latch?
what is a Watchdog Timer?
What are the two major differences between intr and other interrupts (hardware)?
Describe the aaa instruction with the help of an example?
What are hardware interrupts?
What are the boons and banes of having more general purpose registers in a microprocessor.
What is the position of the stack pointer after the pop instruction?