Skip to content

Commit

Permalink
add back cpu tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidly committed Feb 8, 2025
1 parent 4c0d5e7 commit 95f5deb
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 0 deletions.
Binary file added tests/8080EX1.COM
Binary file not shown.
Binary file added tests/8080EXER.COM
Binary file not shown.
Binary file added tests/8080PRE.COM
Binary file not shown.
Binary file added tests/CPUTEST.COM
Binary file not shown.
Binary file added tests/TEST.COM
Binary file not shown.
Binary file added tests/TST8080.COM
Binary file not shown.
25 changes: 25 additions & 0 deletions tests/ra.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
echo test 8080ex1.com
ntvcm -8 8080ex1.com

echo:
echo test 8080pre.com
ntvcm -8 8080pre.com

echo:
echo test tst8080.com
ntvcm -8 tst8080.com

echo:
echo test test.com
ntvcm -8 test.com

echo:
echo test cputest in 8080 mode
ntvcm -8 cputest.com

echo:
echo test cputest in Z80 mode
ntvcm cputest.com
echo:


6 changes: 6 additions & 0 deletions tests/ra.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
../ntvcm -8 8080ex1.com
../ntvcm -8 8080pre.com
../ntvcm -8 tst8080.com
../ntvcm -8 test.com
../ntvcm -8 cputest.com
../ntvcm cputest.com
6 changes: 6 additions & 0 deletions tests/rai.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
../../rvos/rvos -h:10 ../ntvcm -8 8080ex1.com
../../rvos/rvos -h:10 ../ntvcm -8 8080pre.com
../../rvos/rvos -h:10 ../ntvcm -8 tst8080.com
../../rvos/rvos -h:10 ../ntvcm -8 test.com
../../rvos/rvos -h:10 ../ntvcm -8 cputest.com
../../rvos/rvos -h:10 ../ntvcm cputest.com
Binary file added z80test/zexall.com
Binary file not shown.
Binary file added z80test/zexdoc.com
Binary file not shown.

0 comments on commit 95f5deb

Please sign in to comment.