Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asm: add cmovnz/cmovz instructions | Johannes Stoelp | 2024-03-18 | 2 | -0/+16 |
* | asm: preparation for cmovnz/cmovz | Johannes Stoelp | 2024-03-18 | 3 | -8/+8 |
* | asm: add push/pop insn | Johannes Stoelp | 2023-12-13 | 2 | -0/+28 |
* | insn: update doc | Johannes Stoelp | 2023-12-07 | 2 | -0/+2 |
* | remove prelude | Johannes Stoelp | 2023-12-07 | 9 | -9/+18 |
* | insn: add additional insn required for the new tiny_vm example | Johannes Stoelp | 2023-12-05 | 4 | -0/+33 |
* | Added CALL and call extern fn example | Johannes Stoelp | 2023-03-05 | 1 | -0/+7 |
* | Add jmp test | Johannes Stoelp | 2023-03-05 | 1 | -0/+7 |
* | 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 |