This website requires JavaScript.
Explore
Help
Sign In
ollien
/
ferris-boi
Watch
1
Star
0
Fork
You've already forked ferris-boi
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
dab6005233
ferris-boi
/
tests
/
cpu
/
main.rs
7 lines
73 B
Rust
Raw
Normal View
History
Unescape
Escape
Move all CPU tests into integration test directory
2023-04-15 23:00:50 +00:00
mod
arith8
;
Add 16 bit add instructions
2023-11-12 23:13:51 +00:00
mod
arith16
;
Add beginnings of jsmoo tests, fails on 31 006B
2023-04-21 20:49:37 +00:00
mod
jsmoo
;
Move all CPU tests into integration test directory
2023-04-15 23:00:50 +00:00
mod
load16
;
mod
load8
;
Test cleanup
2023-04-15 23:42:37 +00:00
mod
testutil
;