I thought I would try a bit in assembly; so how do I compile something?
Printable View
I thought I would try a bit in assembly; so how do I compile something?
I thought i would answer a few questions today, but this is the only type of question i find and my 'F', 'A' and 'Q' keys are wearing out.
terminology: assembly isn't compiled, it's assembled.
See the FAQ (my keys still work) on how to download MASM, NASM or A86 (I don't know if all three are there).
If you have a linux computer near you you can also try assembly there, See this link on how to do assembler in linux. The good part is that both assembler and linker are already available. The bad part is that the syntax is different from most other assemblers.
Just use A86 and D86. You have a full compiler & debugger program for assembly language.