Create a 16bit application?

WIN_SOM_LIV

I want to create a 16 bit Dos application and want it to run using the NTVDM.exe on my 32bit windows 7 machine. How do I do it? I basically want my application to do the file operations through the NTVDM and for that I think I'll need a 16 bit application first, Is there any other way?

  • I don't need an Emulator, I need to create an 16-bit app
Michael Burr

A couple free C/C++ compilers that claim 16-bit (MS-DOS and Win16) support are the Digital Mars compiler and the Open Watcom Compiler.

The Open Watcom webpage is unresponsive at the moment... There's a SourceForge download page though.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Create a 16bit application?

From Dev

16bit to bcd conversion

From Dev

Storing RGB in an unsigned 16bit integer

From Dev

tifffile in Python not writing 16bit tiff

From Dev

Convert an image to a 16bit color image

From Dev

16bit WAVE value range

From Dev

Storing RGB in an unsigned 16bit integer

From Dev

Numeric value of CMP 16bit register ,16bit register

From Dev

compare 8bit value against 16bit value

From Dev

How to convert 8bit sound to 16bit

From Dev

Copying 16bit grascale image to 48 bit rgb image

From Dev

jquery SMS character calculator with 7-bit and 16bit

From Dev

Converting 32bit PCM to 16bit PCM programmatically

From Dev

OpenCV (C++): how to save a 16bit image?

From Dev

Spectrum analyzer for .raw 16bit linear files

From Dev

C++ - Reading in 16bit .wav files

From Dev

What is the format for a mono channel 16bit PCM

From Dev

Record audio on web, preset: 16000Hz 16bit

From Dev

Store four 16bit integers with SSE intrinsics

From Dev

How to get a 16bit Unsigned integer in python

From Dev

How to divide 16bit number by 2 in 6502 asm?

From Dev

How to perform bitwise operations on 16bit numbers (Arduino)

From Dev

What is the file format of the 16bit bitmap hex file?

From Dev

Sobel Edge Detection output for 16bit grayscale image

From Dev

from 16bit unsigned value to minutes and seconds

From Dev

How to swap a 16bit Value with x86 Assembler?

From Dev

CRC - 16bit Lookup table using different polynomial notations

From Dev

How to read signed 16bit integers from QFile?

From Dev

NASM Assembly 16bit "invalid combination of opcode and operands"