aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/insn.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add doc comments to instructionsJohannes Stoelp2023-02-271-0/+9
|
* Add JMP, JZ, and LabelJohannes Stoelp2023-02-271-0/+10
|
* Add ADD, DEC, TEST, RET instructionsJohannes Stoelp2023-02-271-0/+16
|
* Move prelude to crate level and make publicJohannes Stoelp2023-02-271-2/+0
|
* Move instruction implementation in sub module and introduce insn preludeJohannes Stoelp2023-02-271-0/+4
|
* base version capable to emit different mov insnsJohannes Stoelp2023-02-261-0/+3
Experimenting with type system to detect invalid operands during compile time.