86 Family Question:
Download Questions PDF

Where can we find the sample ASSEMBLY LANGUAGE programs?

Answer:

write a c code.
and generate the assembly for it using
cc -S xyz.c -o xyz.S
xyz.Swill contain assembly for your c code with instructions
of the processor of your computer/hardware

Download 86 Family Interview Questions And Answers PDF

Previous QuestionNext Question
What are tri-state devices and why they are essential in a bus oriented system?Explain What is the difference detween ISR & function call?