aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add ADD, DEC, TEST, RET instructionsJohannes Stoelp2023-02-271-2/+22
|
* Move prelude to crate level and make publicJohannes Stoelp2023-02-271-9/+2
|
* Move instruction implementation in sub module and introduce insn preludeJohannes Stoelp2023-02-271-108/+2
|
* Add MOV testsJohannes Stoelp2023-02-271-2/+41
|
* Initial support for immediate operandsJohannes Stoelp2023-02-271-0/+84
|
* base version capable to emit different mov insnsJohannes Stoelp2023-02-261-0/+229
Experimenting with type system to detect invalid operands during compile time.