UMBC CMSC211

UMBC | CSEE |


MASM Installation Notes

What the readme.txt file does not adequately explain is that you need to make the following changes to your c:\autoexec.bat file:
set path=c:\masm615\bin;%path%
set include=c:\masm615\include;%include%
set helpfiles=c:\masm615\help\*.hlp;%helpfiles%
set asmex=C:\masm615\samples;%asmex%
set init=c:\foo;%init%
set tmp=C:\
set pwb=c:\masm615\bin\pwb

If you did not install MASM in c:\masm615, then change things to the directory where you did install it. Then pwb and help will work correctly.


UMBC | CSEE |