Running Protected mode program in assembly
When i try to execute a protected mode assembly program with MASM 6.15 or MASM32, it gives error "LINK: FATAL Error, out of memory". Tell me how to resolve this problem so that i can run protetced mode programs? I am using windows 200o Professional: service pack4
[263 byte] By [
ssaleem] at [2007-11-19 10:40:07]

# 1 Re: Running Protected mode program in assembly
I do not understand what is happening: are you trying to run program created by you with assembly language, or you are not able to build it due to 'not enough memory' error? If the latter occurs, check for sufficient disk space.
And, what do you mean by 'protected mode programs'?
hob
Hobson at 2007-11-10 3:55:54 >

# 2 Re: Running Protected mode program in assembly
well protected mode program means the one written with FLAT model and the error occurs when i try to link this program?
# 3 Re: Running Protected mode program in assembly
All what comes to my mind is either insufficient disk space or some files missing or marked as read only. I cannot tell more without testing it by myself.
Hob
Hobson at 2007-11-10 3:57:56 >
