Tag: dos
The batch programming can be dated back to DOS era. It is further enhanced on Windows Operating System. The time command on Windows Command Shell return something like this: …
The windows command shell (cmd.exe) is not an ideal programming language because it was not made for this! However, you could still implement the loop using the following two …
BBGDOS (as described here) is a 8-bit DOS-like operating system for famicom clone: BBG-1 and BBG-98. It has released five versions, 0.9, 1.0, 2.0, 2.1 and 3.0. The version …
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 …