Show HN: Apple II clock using interrupts from physical pendulum clock
https://github.com/wkjagt/apple2_pendulum_clock/blob/main/README.mdA clock app for my Apple ][ clone in 6502 assembly, using interrupts generated by an inductive proximity sensor and a physical pendulum clock. I wanted to polish the code a bit more before sharing (I especially dislike the self modifying code part), but the computer seems to have developed a hardware problem lately and it keeps crashing (bad RAM chip most likely), so I am sharing as is.