summaryrefslogtreecommitdiff
path: root/compiler.scm
Commit message (Expand)AuthorAgeFilesLines
* refactor: Define variables/procedures for registers/instructions.David Thompson2022-09-221-44/+99
* Step 5: Local VariablesDavid Thompson2022-09-221-36/+77
* Use the proper 64 bit instructions.David Thompson2022-09-221-31/+31
* Step 4: Binary PrimitivesDavid Thompson2022-09-221-49/+121
* Step 3: Unary PrimitivesDavid Thompson2022-08-101-12/+150
* Step 2: Immediate ConstantsDavid Thompson2022-08-101-1/+18
* Step 1: IntegersDavid Thompson2022-08-101-0/+17