RPN mostly done

This commit is contained in:
corey 2023-11-09 13:05:27 -06:00
parent 6c344b05b0
commit c3dd9d29c2

6
TODO
View File

@ -36,10 +36,6 @@ Code Generator
* x86_64-linux ABI
- FUNCTION CALLS
- Stack frames [DONE]
- Expression Evaluation (RPN)
> RPN: You are really only dealing with
one operand at a time for each operation,
with the second operand being the
accumulator (rax).
- Expression Evaluation
> Memory locations
> Functions