To view parent comment, click here.
To read all comments associated with this story, please click here.
I wrote a fairly large (for the time) GA flight displays package in 6502 assembler for NASA back in 1983 (I think). We took it to the Oshkosh Air Show, running on two Atari 800s and the flight sim proper on a small minicomputer, all linked with RS-232.
While I mostly write Python now (when I have time to code at all), the one thing I miss about those halcyon days is that I controlled every single machine instruction running on each 6502. And given De Re Atari, I've never had as deep of an understanding of any machine before or since. Well, except perhaps the CPU I designed and built as my senior project - but it lacked a good display processor. :-D
Abstraction is great, but sometimes you need to understand what's happening at the bare metal.
Raspberry Pi, perhaps? ;-)




Member since:
2005-07-06
Having written my share of 6510 and 68k assembly, I looked at the linked source code and thought to myself "thank god we're not writing things in assembly any more". There are already too many moments when I wish I was using more Python and less C++ at work.