A test suite for a (virtual boy) V810 CPU. Originally written by PizzaRollsRoyce.
Go to file
Simon Gellis 7c8ce09516 Add README 2024-10-13 23:10:13 -04:00
.gitignore Initial gauntlet 2024-10-13 21:29:17 -04:00
README.md Add README 2024-10-13 23:10:13 -04:00
gauntlet.s Test floats 2024-10-13 22:53:18 -04:00
makefile Initial gauntlet 2024-10-13 21:29:17 -04:00
vb.ld Initial gauntlet 2024-10-13 21:29:17 -04:00

README.md

Pizza Gauntlet

A test suite for a (virtual boy) v810 CPU or emulator. Originally written by PizzaRollsRoyce.

The test passes if execution reaches the infinite loop at done, and fails if it halts at any point before that.