From 92dd8984935becda6ee5fc561b8caad1eb43800c Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Fri, 27 Mar 2015 17:13:23 -0400 Subject: add a scratch TODO --- TODO | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 TODO 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 -- cgit 1.4.1