Go to file
Nick Krichevsky b4a24120a2 Refactor arithmetic instructions to deduplicate implementations
There are now no longer instructions for each individual operand - we break it into operand and operations to be handled individually
2023-05-13 13:33:44 -04:00
src Refactor arithmetic instructions to deduplicate implementations 2023-05-13 13:33:44 -04:00
tests/cpu Implement xor instructions 2023-05-09 23:03:09 -04:00
.gitignore Initial commit. Add registers 2022-04-01 18:11:09 -04:00
Cargo.lock Add beginnings of jsmoo tests, fails on 31 006B 2023-04-21 16:49:37 -04:00
Cargo.toml Add beginnings of jsmoo tests, fails on 31 006B 2023-04-21 16:49:37 -04:00