News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

first.asm assembly error

Started by marla, October 06, 2005, 12:04:42 AM

Previous topic - Next topic

marla

So I did the whole tutorial from madwizard.org. ok :P
I tried to compile the first.asm code, and I get the following error:


'ml' is not recognized as an internal or external command,
operable program or batch file.
'link' is not recognized as an internal or external command,
operable program or batch file.


do i need to download a linker? and do i need to download whatever ml[.exe?] is?
i have first.asm and make.bat in the C:\masm32\ directory.

if i do need these files (doesnt masm32 come with a link? hmm.) where can i find them (tried google..)

Thanks alot, I've done all this reading, now i just want to click assemble :P
thanks in advance.
-edward

marla

 sorry, heres my make.bat file, maybe this helps:

@echo off
ml /c /coff first.asm
link /subsystem:windows first.obj
pause>nul

marla

ahh, PATH=c:\masm32\bin;%PATH% - have a good day :P

P1

marla,

Welcome A Board  :U

Please use QEditor with the Examples in MASM32 directory.

Then use the build batch files under 'Project' to assemble the examples.

It would speed you along to work with the various Helps files in QEditor and the tutorials in the MASM32 directory.

After doing some this ground work, come back and ask more questions.

Regards,  P1  :8)