summaryrefslogtreecommitdiff
path: root/compiler.scm
Commit message (Collapse)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
| | | | | | The paper assumse a 32 bit machine and I didn't know anything about x86 assembly so I was naively using 32 bit registers and instructions.
* 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