Category: DOS
October 18, 2013
16 bit, assembly language, code, DOS, DOSBOX, I/O File, implementation, interpreter / compiler, memory, MSDOS 16-bit, programming languages, python, tools / utilities, tricks, windows
Binary files are not complex. The DOS .COM format is simple. The following demonstrates the idea of converting a short message (ASCII text) to .COM executable. As we know, …
October 17, 2013
16 bit, assembly language, code, DOS, DOSBOX, implementation, MSDOS 16-bit, programming languages, string, windows
16-bit DOS has been obsolete. But learning 16-bit Assembly helps up understand how underlying system works and it is fun programming using assembly. 16-bit Assembly is similar to 32-bit …
October 16, 2013
16 bit, assembly language, code, DOS, DOSBOX, I/O File, implementation, MSDOS 16-bit, programming languages, windows, windows command shell
We have previously introduced the open source project DOSBox, an x86 emulator for DOS. This brings back some good memory of writing DOS assembly. The .COM binary is the …
October 14, 2013
16 bit, assembly language, DOS, DOSBOX, I/O File, implementation, MSDOS 16-bit, optimization, programming languages, windows command shell
In , we talk about the DOSBox, an x86 emulator for DOS that can bring us back the memory of DOS programs. And we also talk about the .COM …
October 13, 2013
16 bit, assembly language, batch script, code, debug, DOS, DOSBOX, emulator, implementation, MSDOS 16-bit, programming languages, windows, windows command shell
The Microsoft DOS (Disk Operating System) has been very popular once (1980s and early 90s) but now it has now completely reached its end. The DOS is an shell-like …