This blog is mostly about my interest in how older machines were programmed, the quirks of those machines, and how those quirks were worked around or exploited. A secondary interest, however, is in…| Bumbershoot Software
Most of the writing on this blog is code walkthroughs of small programs. Some of them are extremely basic proof-of-concept programs that don’t do anything other than demonstrate some techniqu…| Bumbershoot Software
Most of what I do at Bumbershoot Software involves writing software in unusual ways, or for very old machines. In most cases, if I’m targeting a retro platform, the programs that I end up wri…| Bumbershoot Software
Last time, we dug into the binaries of a classic mac C program to determine what was imposing an OS requirement of System 4. This time, we’ll build upon that to work out what is imposing a ha…| Bumbershoot Software
Last time we got a C toolchain working on RISC OS on a Raspberry Pi 3. That worked, but it also produced a Hello World that was 3 whole kilobytes. That’s awfully excessive for the kinds of pr…| Bumbershoot Software
DJGPP is a complete 32-bit C/C++ development system for| www.delorie.com