PDA

Click to See Complete Forum and Search --> : confused


notquitehere188
Mar 31st, 2005, 07:37 PM
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

Maven
Apr 1st, 2005, 09:33 AM
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. =)

You have to have an assembler though, you can get one here:
http://www.masm32.com

notquitehere188
Apr 1st, 2005, 09:22 PM
but is says like /this annd /that

Maven
Apr 2nd, 2005, 11:12 AM
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.