aboutsummaryrefslogtreecommitdiffstats
path: root/src/x86_64/postlude.asm
Commit message (Collapse)AuthorAgeFilesLines
* Add support for compiling string literalsBad Diode2021-11-091-4/+1
|
* Add `cons`, `car` and `cdr` primitivesBad Diode2021-11-041-0/+4
|
* Add compilation of `display` primitiveBad Diode2021-11-021-23/+1
|
* Add support for immediate constantsBad Diode2021-11-011-0/+25
| | | | | | - Fixnums are tagged with a zero on the LSB. - The nil value is equal to exactly 1. - Boolean values have a 11 tag. A value of 111 is true and 011 false.
* Add x86_64 compilation for arithmetic expressionsv0.10Bad Diode2021-11-011-0/+8