aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add JMP, JZ, and LabelJohannes Stoelp2023-02-276-5/+147
|
* Add ADD, DEC, TEST, RET instructionsJohannes Stoelp2023-02-277-3/+67
|
* Move prelude to crate level and make publicJohannes Stoelp2023-02-274-13/+4
|
* Move instruction implementation in sub module and introduce insn preludeJohannes Stoelp2023-02-274-108/+117
|
* Add MOV testsJohannes Stoelp2023-02-272-19/+63
|
* Initial support for immediate operandsJohannes Stoelp2023-02-272-0/+119
|
* fix fmtJohannes Stoelp2023-02-261-2/+2
|
* base version capable to emit different mov insnsJohannes Stoelp2023-02-263-0/+550
Experimenting with type system to detect invalid operands during compile time.