Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add JNZ and Reg32 ADD, DEC, TEST for readme example | Johannes Stoelp | 2023-02-27 | 4 | -0/+25 |
* | Add JMP, JZ, and Label | Johannes Stoelp | 2023-02-27 | 2 | -0/+14 |
* | Add ADD, DEC, TEST, RET instructions | Johannes Stoelp | 2023-02-27 | 4 | -0/+28 |
* | Move prelude to crate level and make public | Johannes Stoelp | 2023-02-27 | 2 | -7/+1 |
* | Move instruction implementation in sub module and introduce insn prelude | Johannes Stoelp | 2023-02-27 | 2 | -0/+111 |