Which files are needed to run assembly program? Where has to save this program? How this program will run? From where can I get those files?
Thanks,
Abhishek Anand.

Recommended Answers

All 2 Replies

>Which files are needed to run assembly program?
You need an assembler and possibly a linker to turn your program into an executable file. Assembly source is just a text file, there's nothing special about it until you assemble it into machine code.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.