Old School Coding, Part 3: Sched

Subscribers:
85
Published on ● Video Link: https://www.youtube.com/watch?v=35q830-nIK0



Duration: 3:53:32
2 views
0


Join me as I use techniques from the 1980s and 1990s, a computer language standardized in 1999, and perhaps some more modern tools, to develop a discrete event simulation of an 8080-based computer system.

The rule was "Design from the top down, implement from the bottom up" -- and I have a basic design in mind, so we can swing right in with implementing the lowest level primatives.

In the previous session, I used the (overkill) process to build some trivial but performance critical items: an extendable list of steps, and a step with a time. In this session I plan on doing a small bit of refactoring, then diving into support for a collection of steps to be executed in time order.

Project repository:
https://github.com/Farsyte/live-coding/