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
Give an example of a combined addressing mode instruction?
explain the flow of a typical instruction word
Can you name the different types of processor?
Why subroutine used in programs?
explain the different types of control flags for the 8086?
What was is the primary usage of a 8085 microprocessor?
What is a stack pointer register?
Given a circuit, draw its exact timing response?
Device density on a microprocessor/chip?
What is the difference between 8085 and 8086 in microprocessor?
In case of DVD, the speed is referred in terms of n X. Here what does X refers to
What is program counter in 8085?
State the order of interrupts priority wise (lower to higher)?
What location code memory space and data memory space begins?
What is the distinguishing feature of db and ab?