Skip to main content

Questions tagged [16-bit]

15 votes
3 answers
1k views

I'm looking for existing, old operating systems which can run programs in 286 16-bit protected mode. (Please note that in this question I'm not interested in 16-bit programs for the 8086 and 80186, or ...
pts's user avatar
  • 5,479
7 votes
1 answer
466 views

I need to run an old 16-bit database (related to an instrument) in a new 64bit Win11 pc. As ntvdm is no longer included in newer version of Win10 and Win11, I installed this program with the open ...
Roberto Valli's user avatar
29 votes
8 answers
5k views

I am looking at the files included with the 1981 game Wizardry. The particular version I have is from a 1998 re-release, but I do not know if the binary is still the original 1981 release. My ...
typedeaf's user avatar
  • 393
35 votes
5 answers
9k views

I'm looking for the most recent versions of modern C compilers which were/are targeting DOS 8086, also running on DOS 8086 (16-bit). I'm mostly interested in production-ready C compilers, rather than ...
pts's user avatar
  • 5,479
16 votes
3 answers
2k views

My very rough understanding of character encoding history as it relates to the Unix family of platforms/languages is that: They started using single-byte (7/8/9-ish bit) character sets like ASCII/...
natevw's user avatar
  • 3,067
-3 votes
2 answers
567 views

I don't understand why 8bits is defined as being equal to 1byte or 1octet but at the same time the maximum capacity of an 8bit bus or 8bit databus would be 255 bytes because 128 64 32 16 8 4 2 1 1 1 ...
6502Assembly4NESgames's user avatar