Hacker News new | ask | show | jobs
by msarnoff 233 days ago
Instruction set looks very similar to the AVR, which is one of my favorites. Very cool!
1 comments

https://github.com/sql-hkr/tiny8/blob/main/src/tiny8/cpu.py

says

>A simplified AVR-like 8-bit CPU simulator.

>This module provides a lightweight CPU model inspired by the ATmega family.