News:

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

help me

Started by ngocminh, January 21, 2007, 03:04:35 PM

Previous topic - Next topic

ngocminh

I'm a newbie in ASM and so i get trouble with intalling MASM32.
Any body help me how i can intall in detail, and use this software.
I have trying test but when i trans from .hla to .asm file then it stop and give me a waring statement that :
" 'ml' is not recognized as an internal or external command, operable program or batch file"
what's the hell ? i feel bore to death with this thing. Moreover, when i read book Art of ASM i dont know how i can verifi some programs in HLA which use as example in there. PLz give me some adives and hints
thank alot !

TNick

Welcome aboard, ngocminh!

At the top of this page you have MASM32 Downloads link. Follow it and Download MASM32 Version 9, then install the package. If you still have problems, open command window and type
PATH X:\masm32\bin;%PATH%
Where X is the drive where you chose to install MASM32 package.
This will add the directory where ml.exe and link.exe are stored.

Quote" 'ml' is not recognized as an internal or external command, operable program or batch file"
You won't see this message again. :)


Regards,
Nick

ngocminh

Oh thank Tnick alot !
I have just done your hint and it's now oke !
:clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap:

TNick