i am using this tutorial
http://win32assembly.online.fr/tut2.html
but after i save it and it is telling me to assemble it i have no idea what it is talking about
Printable View
i am using this tutorial
http://win32assembly.online.fr/tut2.html
but after i save it and it is telling me to assemble it i have no idea what it is talking about
In Visual basic and C++, it's called compile. In asm, it's called assemble. =)Quote:
Originally Posted by notquitehere188
You have to have an assembler though, you can get one here:
http://www.masm32.com
but is says like /this annd /that
That is because masm can assemble from the command line. (IE: Command Prompt). It also has an editor for windows, which I prefer over command line.Quote:
Originally Posted by notquitehere188