Commit Graph

5 Commits

Author SHA1 Message Date
Kartik Agaram 6f6d458fcd start using the new carry flag
Skimping on tests; the code changes seem pretty trivial. Will this fix
CI?!
2019-05-13 17:56:20 -07:00
Kartik Agaram 8188bbbc94 4981 - no, go back to 3 phases
Considering how much trouble a merge phase would be (commit 4978), it seems
simpler to just add the extra syntax for controlling the entry point of
the generated ELF binary.

But I wouldn't have noticed this if I hadn't taken the time to write out
the commit messages of 4976 and 4978.

Even if we happened to already have linked list primitives built, this
may still be a good idea considering that I'm saving quite a lot of code
in duplicated entrypoints.
2019-02-18 21:48:19 -08:00
Kartik Agaram 9b16f19049 4973
Support immediate operands in the data segment in all the ways we support
them in the code segment.
2019-02-15 17:20:57 -08:00
Kartik Agaram 1639687ba0 4961 2019-02-14 16:24:20 -08:00
Kartik Agaram 03c6f1d385 4949 2019-02-02 22:05:11 -08:00