- If, according to the article, the "S" in RISC stands for "Simple", I would love to know what the rest of the acronym stands for, because I always thought the "S" stood for "Set" (Reduced Instruction Set Computer).
- Starting with MS-DOS 2.0, a program has five open files available to it [1], stdin, stdout, stderr, stdaux and stdprn. By default, the first three point to the CON: device, stdaux to the AUX: device (usually the serial port) and stdprn to PRN:. I suppose a paper tape punch could be either AUX: or PRN:, but the reference I'm using (_The MS-DOS Encyclopedia_) doesn't have a reference for a paper tape at all.
[1] Much like Unix programs have three open files.
- Here is a much better link about the maze: https://www.gamesthatwerent.com/2024/01/the-endless-maze-alg.../
- Adrian's Digital Basement (https://www.youtube.com/user/craig1black/videos) also does a lot of restoration---it's primarily his focus.
- TBH I find them both far less enjoyable than Noel's Retro Lab (https://www.youtube.com/@NoelsRetroLab), who is probably the last hold out on youtube against the 'it's all about me!' style that every other channel seems to have adopted.
- the RetroChannel is very lo-key as well, I enjoy both these channels: https://www.youtube.com/@TheRetroChannel
- Doom has probably been ported to more diverse hardware than any other game I can think of.
- Or a mechanism to run unit tests inside the assembler.[1][2]
[1] https://mos.datatra.sh/guide/unit-testing.html
[2] Some thoughts on the assembler running unit tests: https://boston.conman.org/2023/11/29.2
- The only significant program I know of written in Forth is the 80s game Starflight. You fly around the galaxy, exploring planets (each procedurally generated) and eventually solving a mystery. And ... I can't think of any other program.
Overall. Flaws and all I would hope it would inspire some to give ASM a while and realize it’s not nearly as difficult as it’s made out to be.