Implement addition and subtraction
This commit is contained in:
8
TODO
8
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
|
||||
|
Reference in New Issue
Block a user