1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-11-22 14:33:51 +00:00
8bitworkshop/test/cli/z80
2019-08-25 15:12:56 -04:00
..
README
test.html
tests.expected
tests.in
testz80disasm.js disasm z80 fixes; no recording btn for verilog 2018-08-28 06:17:32 -07:00
testzexall.js use Z80 emulation from https://github.com/DrGoldfire/Z80.js for better performance 2019-08-25 15:12:56 -04:00
z80test.js generate z80 cpu on demand like we used to, fix test b/c global.z80 is global 2019-05-17 00:09:43 -04:00
zexall.bin ZilogZ80 class; fixed test 2019-08-23 09:21:24 -04:00
zexdoc.bin ZilogZ80 class; fixed test 2019-08-23 09:21:24 -04:00

This is a test harness for the z80 unit tests shipped with Fuse.

Pasting the contents of tests.in into the top input box and clicking 'run tests'
should (after hanging your browser for a few seconds) yield something
approximating to tests.expected in the second box.