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
What is baud rate?
In 8085 name the 16 bit registers?
What type of memory is the stack?
Describe the jae instruction with the help of an example?
The Pentium microprocessor has how many execution unit?
Explain the differences between the nmi and intr
What is a stack pointer register?
List out the features of 8051 microcontroller?
How many i/o ports are present in the 8086?
what is the difference between timer and counter of microcontroller?
What is the operating frequency of 8085?
What is meant by flipflop?
What are the temporary registers of 8085?
Given a circuit, draw its exact timing response?
How to detect a sequence of "1101" arriving serially from a signal line?