aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index df03318..19f3496 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,14 @@ This is a wip clone of [SubX][mu] for the RISC-V RV31I base ISA.
$ ./test.py | ./elf.py > out.elf
$ ./qemu.sh out.elf
+Pipeline
+--------
+
+back to front:
+
+- `elf`: takes `hex.subx`-style input, outputs an ELF file
+- `survey`:
+
Debugging
---------