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 are the functions of general purpose registers?
State the order of interrupts priority wise (lower to higher)?
What the sp register does in a program?
Explain the functions of ale in 8085?
State the total number of pins in the 8085 microprocessor?
Can you tell how many pins are there in 8085 Microprocessor?
How can the signals of the 8086 be categorised?
Explain dma?
These are two ways in which a microprocessor can come out of Halt state.
Tell me how do you detect if two 8-bit signals are same?
Can single bit of a port be accessed in 8051?
What is the logical difference between move a to b and compute b = a?
What all does a microprocessor comprise of?
In 8085 which is called as high order / low order register?
Device density on a microprocessor/chip?