aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Move instruction implementation in sub module and introduce insn preludeJohannes Stoelp2023-02-274-108/+117
|
* Add MOV testsJohannes Stoelp2023-02-273-19/+181
|
* 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-265-0/+558
Experimenting with type system to detect invalid operands during compile time.