by mmphosis on 5/8/25, 12:19 PM with 29 comments
by alain94040 on 5/8/25, 3:29 PM
The development of that code was very painful. At the time, there was no external debugger. The moment you enabled the interrupt, your interrupt handler would get called, and it would try to program a context switch (something the 6502 is definitely not supposed to do). If you had any bug in there, your Apple II would be completely frozen, all you could do is reboot, and try to guess what went wrong and try again.
by empressplay on 5/8/25, 2:30 PM
by vardump on 5/8/25, 1:47 PM
by NBJack on 5/8/25, 3:20 PM