aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/insn
Commit message (Expand)AuthorAgeFilesLines
* asm: preparation for cmovnz/cmovzJohannes Stoelp2024-03-183-8/+8
* asm: add push/pop insnJohannes Stoelp2023-12-132-0/+28
* insn: update docJohannes Stoelp2023-12-072-0/+2
* remove preludeJohannes Stoelp2023-12-079-9/+18
* insn: add additional insn required for the new tiny_vm exampleJohannes Stoelp2023-12-054-0/+33
* Added CALL and call extern fn exampleJohannes Stoelp2023-03-051-0/+7
* Add jmp testJohannes Stoelp2023-03-051-0/+7
* Add JNZ and Reg32 ADD, DEC, TEST for readme exampleJohannes Stoelp2023-02-274-0/+25
* Add JMP, JZ, and LabelJohannes Stoelp2023-02-272-0/+14
* Add ADD, DEC, TEST, RET instructionsJohannes Stoelp2023-02-274-0/+28
* Move prelude to crate level and make publicJohannes Stoelp2023-02-272-7/+1
* Move instruction implementation in sub module and introduce insn preludeJohannes Stoelp2023-02-272-0/+111