summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-09-29 19:50:55 +0200
committerEugen Wissner <belka@caraus.de>2024-09-29 19:50:55 +0200
commitc2c923276f7ecde1f71e53309dc5d1cc53cd3ff2 (patch)
tree88a3667a31d5c463014ff2691acbfb7afb6bc0b1 /TODO
parented144309fab03565e7b6963b5e5e936b658a053f (diff)
downloadelna-c2c923276f7ecde1f71e53309dc5d1cc53cd3ff2.tar.gz
Implement addition and subtraction
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/TODO b/TODO
index 2710951..c1c909f 100644
--- a/TODO
+++ b/TODO
@@ -17,6 +17,12 @@
# Built-in
-Printi should print a sign for negative numbers.
+- Implement printc (with int argument).
+- Implement exit() as standalone function.
+
+# Register allocation
+
+- Temporary variables always use the same register, t0. Allocate registers for
+ temporaries.
# Type analysis