The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: ngocminh on January 21, 2007, 03:04:35 PM

Title: help me
Post by: ngocminh on January 21, 2007, 03:04:35 PM
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 !
Title: Re: help me
Post by: TNick on January 21, 2007, 03:38:24 PM
Welcome aboard, ngocminh!

At the top of this page you have MASM32 Downloads (http://masm32.com/) 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
Title: Re: help me
Post by: ngocminh on January 23, 2007, 04:58:22 PM
Oh thank Tnick alot !
I have just done your hint and it's now oke !
:clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap:
Title: Re: help me
Post by: TNick on January 23, 2007, 05:53:44 PM
 :U