Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add doc comments to instructions | Johannes Stoelp | 2023-02-27 | 1 | -0/+9 |
| | |||||
* | Add gh action for tests and rustdoc | Johannes Stoelp | 2023-02-27 | 2 | -0/+53 |
| | |||||
* | Fixed tests | Johannes Stoelp | 2023-02-27 | 1 | -2/+1 |
| | |||||
* | Add fibonacci example | Johannes Stoelp | 2023-02-27 | 1 | -0/+73 |
| | |||||
* | Add minimal runtime to execute code | Johannes Stoelp | 2023-02-27 | 3 | -0/+53 |
| | |||||
* | Add JMP, JZ, and Label | Johannes Stoelp | 2023-02-27 | 6 | -5/+147 |
| | |||||
* | Add ADD, DEC, TEST, RET instructions | Johannes Stoelp | 2023-02-27 | 7 | -3/+67 |
| | |||||
* | Move prelude to crate level and make public | Johannes Stoelp | 2023-02-27 | 5 | -16/+5 |
| | |||||
* | Move instruction implementation in sub module and introduce insn prelude | Johannes Stoelp | 2023-02-27 | 4 | -108/+117 |
| | |||||
* | Add MOV tests | Johannes Stoelp | 2023-02-27 | 3 | -19/+181 |
| | |||||
* | Initial support for immediate operands | Johannes Stoelp | 2023-02-27 | 2 | -0/+119 |
| | |||||
* | fix fmt | Johannes Stoelp | 2023-02-26 | 1 | -2/+2 |
| | |||||
* | base version capable to emit different mov insns | Johannes Stoelp | 2023-02-26 | 5 | -0/+558 |
Experimenting with type system to detect invalid operands during compile time. |