aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* rt: extend runtime to allow adding multiple code blocksJohannes Stoelp2023-12-051-2/+2
* Updated doc commentsJohannes Stoelp2023-03-051-3/+109
* rename EncodeRI -> EncodeRJohannes Stoelp2023-02-281-14/+14
* Add minimal runtime to execute codeJohannes Stoelp2023-02-271-0/+1
* Add JMP, JZ, and LabelJohannes Stoelp2023-02-271-2/+46
* 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