Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asm: add cmovnz/cmovz instructions | Johannes Stoelp | 2024-03-18 | 1 | -0/+16 |
* | asm: add push/pop insn | Johannes Stoelp | 2023-12-13 | 1 | -0/+14 |
* | insn: update doc | Johannes Stoelp | 2023-12-07 | 1 | -0/+9 |
* | insn: enhance cmp doc | Johannes Stoelp | 2023-12-07 | 1 | -1/+4 |
* | insn: add additional insn required for the new tiny_vm example | Johannes Stoelp | 2023-12-05 | 1 | -0/+6 |
* | Added CALL and call extern fn example | Johannes Stoelp | 2023-03-05 | 1 | -0/+6 |
* | Add jmp test | Johannes Stoelp | 2023-03-05 | 1 | -0/+1 |
* | Updated doc comments | Johannes Stoelp | 2023-03-05 | 1 | -0/+2 |
* | Add JNZ and Reg32 ADD, DEC, TEST for readme example | Johannes Stoelp | 2023-02-27 | 1 | -0/+6 |
* | Add doc comments to instructions | Johannes Stoelp | 2023-02-27 | 1 | -0/+9 |
* | Add JMP, JZ, and Label | Johannes Stoelp | 2023-02-27 | 1 | -0/+10 |
* | Add ADD, DEC, TEST, RET instructions | Johannes Stoelp | 2023-02-27 | 1 | -0/+16 |
* | Move prelude to crate level and make public | Johannes Stoelp | 2023-02-27 | 1 | -2/+0 |
* | Move instruction implementation in sub module and introduce insn prelude | Johannes Stoelp | 2023-02-27 | 1 | -0/+4 |
* | base version capable to emit different mov insns | Johannes Stoelp | 2023-02-26 | 1 | -0/+3 |