disassemble printf

This commit is contained in:
2026-03-10 14:26:07 +01:00
parent 4c7073657f
commit 7a893076fb
2 changed files with 241 additions and 47 deletions

View File

@@ -2,7 +2,7 @@
Emulators written in C and C++
* `riscv64.cc` - [RV64IM instruction set](https://en.wikipedia.org/wiki/RISC-V) (more extensions coming soon-ish)
* `riscv64.cc` - [RV64IMAC instruction set](https://en.wikipedia.org/wiki/RISC-V) (more extensions coming soon-ish)
* `chip8.c` - [CHIP8](https://en.wikipedia.org/wiki/CHIP-8)
* `mos6502.c` - [MOS 6502](https://en.wikipedia.org/wiki/MOS_Technology_6502)