write an assembly code which can call function in a loop
with al value from 0 to 9
Answer Posted / sridevi
Mr.Lakshman, I found some changes in your code. Hope this is OK.
org 00h
mov r0,#00
mov r1,#00
loop : acall func
inc r0
cjne r0,#09,loop
jmp pgmend
func: inc r1
ret
pgmend:
end
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain the differences between the nmi and intr
Design a transmission gate based xor.
rtos kernal have memory managament,sheduler and timer but not haveing file system how vxworks allocate file table process in memory? bud gpos have inside kernal
Mention interrupts pins of 8085?
Which is the stack used in 8085?
Tell the addresses which are bit addressable?
What are the different types of memory addressing modes?
Explain the internal architecture of the 8086 microprocessor?
What are software interrupts?
List out addressing modes in mcs-51?
What is processor cycle (machine cycle)?
What is special purpose registers in 8086?
How many i/o ports are present in the 8086?
Write a program that will store the contents of an accumulator and flag register at locations 2000h and 2001h.
Give here your suggestion about microprocessor 8085 and 8086. These 2 processors used in old time. I want to know its program execution time, memory space?