4

I have DOSBox installed and I am trying to use MASM from DOSBox but I failed on doing that. DOSBox keeps printing a the follwoing message:

"cannot run this program in dos mode"

I tried this on both, MAC and Ubuntu versions of DOSBox.

1 Answers1

2

To use MASM in DOSBox you need a DOS version of MASM. It is very old one.

The version you are trying to use is for Windows and supposed to be used as console i386 application.

Serge
  • 2,768