summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..af18b7e
--- /dev/null
+++ b/TODO
@@ -0,0 +1,13 @@
+Ideas
+- Operand classes for instructions
+- Hints in register allocation
+- Fixed register instructions (div, mul)
+- Memory instructions (address of, deref)
+- Structured types
+
+Instructions
+- ADD SUB SDIV UDIV SREM UREM MUL LSL LSR ASL ASR
+- CMP ...
+- ALLOC STORE LOAD
+- PTR
+- CALL BRZ JMP RET