ferris-boi/tests/cpu
Nick Krichevsky a5e838dda4 Speed up JSMoo tests by including them in the binary 2023-11-21 19:47:04 -05:00
..
jsmoo Speed up JSMoo tests by including them in the binary 2023-11-21 19:47:04 -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 CALL instructions 2023-11-21 19:11:39 -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 Implement jump immediate instruction 2023-11-21 14:55:40 -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