aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/insn
Commit message (Collapse)AuthorAgeFilesLines
* 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