Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mem: make all memory operands explicit in size | Johannes Stoelp | 10 days | 1 | -17/+35 |
* | asm: add sub insn, add imm8 | Johannes Stoelp | 11 days | 1 | -1/+7 |
* | asm: add inc, xor insn and initial support for memory base+idx | Johannes Stoelp | 2024-12-06 | 1 | -0/+12 |
* | asm: preparation for cmovnz/cmovz | Johannes Stoelp | 2024-03-18 | 1 | -2/+2 |
* | remove prelude | Johannes Stoelp | 2023-12-07 | 1 | -1/+2 |
* | insn: add additional insn required for the new tiny_vm example | Johannes Stoelp | 2023-12-05 | 1 | -0/+12 |
* | Add JNZ and Reg32 ADD, DEC, TEST for readme example | Johannes Stoelp | 2023-02-27 | 1 | -0/+6 |
* | Add ADD, DEC, TEST, RET instructions | Johannes Stoelp | 2023-02-27 | 1 | -0/+7 |