Steve Schnepp
Steve Schnepp
Only VCD export works, but the PR also contains some new features : * **variable number of cycles per instructions**. Traditional is 12T, but some are 2T and most current...
This refactors the bit accesses. Again it gains in readability. I moved every function in its own commit, as I had some bugs and elementary commits helped `git bisecting`, which...
This is to cleanup the function table versus switch for opcode dispatch. There is no need for unused functions to be compiled. It also contains some RESET enhancements. As soft...
I want to be able to have an ATmega328P emulating an AT89C2051. So here is the experimental branch that makes it possible. And that is the why I started #20...
I'm currently writing several scenarios, which are highly similar. It would be nice to be able to _include_ one in another.
For now one needs to download the CBZ, and upload it to the reader. As all my content is HTTPS accessible, it would be great to just give an URL...
Now you can even drive a neopixel directly from your macos.. 🥳 * https://blog.pwkf.org/2024/03/20/drive-ws2812-uart.html * https://github.com/steveschnepp/ws2812bify