updated readme

This commit is contained in:
Luxferre
2026-06-20 15:14:27 +03:00
parent 648e8cc62d
commit b55fda2bae
+1 -2
View File
@@ -58,9 +58,8 @@ For completeness, `fence` instruction is also supported but yields a no-op, and
## Plans (from higher to lower priority)
- Implement a simple RV32IMAC disassembler in POSIX AWK.
- Test for RV32EMC compatibility (that the code built for the "embedded" variant runs here).
- Implement a privileged instruction set minimum (Zicsr), interrupts and traps.
- Implement a simple RV32IMAC disassembler in POSIX AWK.
- If time permits, implement a simple RV32IMAC assembler in POSIX AWK, with full pseudo-instruction support.
## FAQ