MASM32 Downloads
In the MASM reference, Simplified Segments Directives (.CODE, .DATA, etc.) are said to only be applicable to 32 bit assembly. However, I have seen several 64 bit examples where these directives are allowed. What's going on?
Gunther. Do you know why the MASM reference would list the directives for 32 bit only?