summary refs log tree commit diff
path: root/TODO
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-03-27 17:13:23 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-03-27 17:13:23 -0400
commit92dd8984935becda6ee5fc561b8caad1eb43800c (patch)
tree41e94b6132123074e4c6e0a64bc9e307cb02e7a5 /TODO
parent288613f0d6c3a5667b81e6158c64a612a1f389b7 (diff)
downloadroux-92dd8984935becda6ee5fc561b8caad1eb43800c.tar.gz
add a scratch TODO
Diffstat (limited to 'TODO')
-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