diff --git a/README.md b/README.md index 8d936fc..27f980c 100644 --- a/README.md +++ b/README.md @@ -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