try to isolate parsing into fetch_ins()

This commit is contained in:
2026-03-08 19:08:49 +01:00
parent bf61965f61
commit 0fa836ca4f
2 changed files with 155 additions and 14 deletions

View File

@@ -2,9 +2,9 @@
Emulators written in C and C++
* `riscv64.cc` - [RV64IM 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)
* `riscv64.cc` - [RV64IM instruction set](https://en.wikipedia.org/wiki/RISC-V) (more extensions coming soon-ish)
## Building
```