@tsalvo Oooh! You've got the chibicc example going :D
What was the CPU bug btw, I'm curious if maybe I can't add a note about it in the docs?
Top-level
@tsalvo Oooh! You've got the chibicc example going :D What was the CPU bug btw, I'm curious if maybe I can't add a note about it in the docs? 1 comment
|
@neauoire @lynn @hikari it was 100% on my end. In the SFT instruction I was shifting by a 2 instead of a 1, because I had copy-pasted it from SFT2. Took me forever to find, but it was totally my fault!