From c2c923276f7ecde1f71e53309dc5d1cc53cd3ff2 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 29 Sep 2024 19:50:55 +0200 Subject: Implement addition and subtraction --- TODO | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'TODO') 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 -- cgit v1.2.3