|
i am a newbie at assembly level programming....i use masm611.....though my computer is 64 bit i run masm on dosbox which enables it to run like 32 bit....i am working on my first .exe file creation and want to do each step involved myself.....i.e. i first will write .asm file convert it to .obj through masm then link it and then convert it to .exe....but the problem i keep facing is that when i make the .asm file(eg first.asm) ....the moment i go to masm and type ml first.asm it either says unable to open first.asm or in other cases produces a series of errors....so what i did is that i took a .asm code from masm manual(the code is attached with this question)...but then too it masm produced a series of errors and didnt assemble the file...please help??
|