~charles/awk-riscv

3010a5d1e1deb52770a76f31b9b662fd93c23726 — Charles Daniels 4 years ago 0b93f10
remove assembler from future work
1 files changed, 1 insertions(+), 4 deletions(-)

M README.md
M README.md => README.md +1 -4
@@ 132,15 132,12 @@ fairly memory efficient.

# Future Work

* Better disassemble could be useful, especially with respect to load and
* Better disassembly could be useful, especially with respect to load and
  store, and handling of non-canonical no-ops.

* A mode could be added to allow streaming instructions directly into memory,
  rather than having to `poke` them in one at a time.

* A simple assembler could be added, allowing `riscv.awk` to be used as a
  complete RISC-V toolchain.

* A `break` directive could be added, which halts the simulation on some
  condition and implies a `dump` so it can later be resumed.