diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-09-29 19:50:55 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-09-29 19:50:55 +0200 |
| commit | c2c923276f7ecde1f71e53309dc5d1cc53cd3ff2 (patch) | |
| tree | 88a3667a31d5c463014ff2691acbfb7afb6bc0b1 /TODO | |
| parent | ed144309fab03565e7b6963b5e5e936b658a053f (diff) | |
| download | elna-c2c923276f7ecde1f71e53309dc5d1cc53cd3ff2.tar.gz | |
Implement addition and subtraction
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |
