Most of the projects I’ve done on this blog are written in assembly language, and for DOS, that meant NASM. However, I learned C and Pascal on DOS, relying mostly on Borland’s compilers…| Bumbershoot Software
Last week, I poked around in the C language at both the implementation of a simple linked-list structure and a method for allocating memory for that list without any special language or OS support.…| Bumbershoot Software