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
Given a circuit, draw its exact timing response?
write the assembly language programming to find the 2's complement for a string of 100 bytes
What are the data pins of microprocessors? What is their use?
Explain two ways of converting a two input nand gate to an inverter?
Why subroutine used in programs?
Mention interrupts pins of 8085?
Define the type of interrupts in the 8085 processor?
Define the process of an interrupt operation in the 8086?
What is the bit size of Itanium processor of Intel?
What are set up time & hold time constraints?
Describe the general purpose registers of 8085?
What is fetch and execute cycle?
Mention the types of programmed data transfer?
Define crossbar switching with reference to 8086?
How to control and timing circuitry of the 8085.