A => README.md +7 -0
@@ 0,0 1,7 @@
+Original [here](https://wiki.alopex.li/RiscVReference)
+
+I've fallen into the Programmer Trap of getting three instructions into
+writing the thing, then going "I should write at tool to simplify this".
+
+Instead of doing that, I'm just going to write the input spec file that
+the tool will read. For now.
A => instructions.toml +17 -0
@@ 0,0 1,17 @@
+[ADDI]
+name = "Add immediate"
+opcode = ""
+encoding = ""
+extension = "I"
+description = ""
+long_description = ""
+
+
+[]
+name = ""
+opcode = ""
+encoding = ""
+extension = "I"
+description = ""
+long_description = ""
+