Re: Could not open hla.hw




plain wrote:
Now I get this message when trying to assemble the file.....
"Assembling H:\hla\projects\hw\hw.asm
MASM fatal error A1000 cannot open file
Error returned by assembler = 1"

Ah-ah!
Big piece of information there.
Before doing the assembly, execute the following command:

CD h:\hla\projects\hw

Then just type

hla hw

You always want to be sure your project directory is the current
working directly when running HLA on a file in that directory.
Cheers,
Randy Hyde

.