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????

Answer Posted / shridhar joshi

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

Is This Answer Correct ?    7 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Intel 8051 follows which architecture?

665


Why the lower byte address bus(a0-a7) and data bus (d0-d7) are multiplexed?

1208


Why subroutine used in programs?

702


Mention any one 32 bit microcontroller and explain the same.

542


In what way interrupts are classified in 8085?

739






Explain the pointers and index group of registers

592


List out addressing modes in mcs-51?

698


What is the position of the stack pointer after the pop instruction?

615


State the order of interrupts priority wise (lower to higher)?

592


What is the maximum clock frequency used by the 8085 microprocessor?

653


What is the significance of the nmi pin in the 8086?

566


What is the difference between harvard architecture and von neumann architecture?

605


What is a program counter?

601


Explain what type of architecture is used in 8085 microprocessor?

535


Given a circuit, draw its exact timing response?

3234