ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Embedded Systems  >>  86 Family
 
 


 

 
 86 Family interview questions  86 Family Interview Questions
 VLSI interview questions  VLSI Interview Questions
 DSP interview questions  DSP Interview Questions
 Embedded Systems AllOther interview questions  Embedded Systems AllOther Interview Questions
Question
write an assembly code which can call function in a loop
with al value from 0 to 9
 Question Submitted By :: PK
I also faced this Question!!     Rank Answer Posted By  
 
  Re: write an assembly code which can call function in a loop with al value from 0 to 9
Answer
# 1
xor ax, ax
loop1:
        call foo
        inc al
        cmp ax, 10
        jb loop1
 
Is This Answer Correct ?    1 Yes 1 No
PK
 
  Re: write an assembly code which can call function in a loop with al value from 0 to 9
Answer
# 2
mov ro,#10h

here:
        acall fun
        inc   a1
        djnz  ro,here
 
Is This Answer Correct ?    3 Yes 4 No
Sivasyam
 
 
 
  Re: write an assembly code which can call function in a loop with al value from 0 to 9
Answer
# 3
org 00h
mov r0,#09
mov r1,#01
loop : acall func;    ; calling function in loop 9-0 times
       djnz r0,loop


func : inc r1 ; output will be in r1 register
       ret

end


if any thing plz mail to me laxman_balu@hotmail.com
 
Is This Answer Correct ?    2 Yes 0 No
Laxman
 

 
 
 
Other 86 Family Interview Questions
 
  Question Asked @ Answers
 
In a processor these are 120 instructions . Bits needed to impliment this instructions [a] 6 [b] 7 [c] 10 [d] none Wipro1
Return address will be returned by function to Wipro1
How many memory locations can be addressed by a microprocessor with 14 address lines?  3
Give a circuit to divide frequency of clock cycle by two ?  3
What are the functions of RIM, SIM, IN?  5
What does it mean by embedded system?  7
What are set up time & hold time constraints What do they signify Which one is critical for estimating maximum clock frequency of a circuit? AMD1
In 8085 microprocessor READY signal does.which of the following is incorrect statements [a]It is input to the microprocessor [b] It sequences the instructions Wipro2
What is PSW? DRDO6
Why is data bus bi-directional? Wipro2
Where can i find the sample ASSEMBLY LANGUAGE programs????? plz tell me the site or forum......anything which can have the sample codes/programs of assembly language???? TCS3
8085 is how many bit microprocessor?  11
What is the difference between MOV and MVI?  8
Suppose you have a combinational circuit between two registers driven by a clock. What will you do if the delay of the combinational circuit is greater than your clock signal? Wipro2
Which type of architecture 8085 has? Sasken4
Why are program counter and stack pointer 16-bit registers? HCL1
Design a Transmission Gate based XOR. Now, how do you convert it to XNOR?  1
what do you mean by embedded system? Wipro19
What do you mean by wait state? What is its need?  2
load a mul a store t1 load b mul b store t2 mul t2 add t1 then the content in accumulator is Wipro1
 
For more 86 Family Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com