I'm just starting out learning x86 Assembly with MASM32 and I made a program and ran it, but it throws the error "language type must be specified". What does this error mean? Google searches turn up nothing.
I'm sure I included all the relevant info in my program:
.386
model flat, stdcall
option casemap :none
<includes>
...
What am I missing? I have an x64 592Mhz Intel processor and I'm using MASM32 with Windows 7 Starter.