Hacker News new | ask | show | jobs
by RossBencina 939 days ago
The source code[1] has a better intro:

> A complete instruction by instruction rewrite of Steve Wozniak's system monitor from 1976 for the Apple-1

I found a nice intro to Wozmon here: https://www.sbprojects.net/projects/apple1/wozmon.php

To add to your suggestion for the README: if this is indeed an "instruction by instruction rewrite" then it would also be helpful to include a canonical link to the original 6502 source. (Found a version here: https://gist.github.com/nobuh/1161983)

[1] https://github.com/IanSeyler/wozmon_x86-64/blob/main/src/woz...