Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the proper 64 bit instructions. | David Thompson | 2022-09-22 | 1 | -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 Primitives | David Thompson | 2022-09-22 | 1 | -49/+121 |
| | |||||
* | Step 3: Unary Primitives | David Thompson | 2022-08-10 | 2 | -19/+150 |
| | |||||
* | Step 2: Immediate Constants | David Thompson | 2022-08-10 | 2 | -2/+44 |
| | |||||
* | Step 1: Integers | David Thompson | 2022-08-10 | 3 | -0/+30 |