ferris-boi/tests/cpu
Nick Krichevsky f647919ae0 Implement SWAP r8 instructions 2023-12-06 20:28:59 -05:00
..
jsmoo Implement SWAP r8 instructions 2023-12-06 20:28:59 -05:00
arith8.rs Remove RunnableInstruction, encode cycles as a result of runtime 2023-11-20 14:25:07 -05:00
arith16.rs Remove RunnableInstruction, encode cycles as a result of runtime 2023-11-20 14:25:07 -05:00
control.rs Add conditional relative jumps 2023-11-26 20:26:34 -05:00
jsmoo.rs Implement DAA instruction 2023-11-19 21:44:18 -05:00
load8.rs Remove RunnableInstruction, encode cycles as a result of runtime 2023-11-20 14:25:07 -05:00
load16.rs Remove RunnableInstruction, encode cycles as a result of runtime 2023-11-20 14:25:07 -05:00
main.rs Add support for register-based SET instructions 2023-11-27 08:26:33 -05:00
manip.rs Implement SWAP r8 instructions 2023-12-06 20:28:59 -05:00
misc.rs Move stack push/pop into their own functions 2023-11-21 13:47:32 -05:00
testutil.rs Add jsmoo tests for all implemented instructions 2023-04-30 19:19:02 -04:00