86 Family Question:
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
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
Previous Question | Next 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? |