Skip to content

Commit 95f5deb

Browse files
committed
add back cpu tests
1 parent 4c0d5e7 commit 95f5deb

File tree

11 files changed

+37
-0
lines changed

11 files changed

+37
-0
lines changed

tests/8080EX1.COM

4.5 KB
Binary file not shown.

tests/8080EXER.COM

4.5 KB
Binary file not shown.

tests/8080PRE.COM

1 KB
Binary file not shown.

tests/CPUTEST.COM

18.8 KB
Binary file not shown.

tests/TEST.COM

1.75 KB
Binary file not shown.

tests/TST8080.COM

1.5 KB
Binary file not shown.

tests/ra.bat

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
echo test 8080ex1.com
2+
ntvcm -8 8080ex1.com
3+
4+
echo:
5+
echo test 8080pre.com
6+
ntvcm -8 8080pre.com
7+
8+
echo:
9+
echo test tst8080.com
10+
ntvcm -8 tst8080.com
11+
12+
echo:
13+
echo test test.com
14+
ntvcm -8 test.com
15+
16+
echo:
17+
echo test cputest in 8080 mode
18+
ntvcm -8 cputest.com
19+
20+
echo:
21+
echo test cputest in Z80 mode
22+
ntvcm cputest.com
23+
echo:
24+
25+

tests/ra.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
../ntvcm -8 8080ex1.com
2+
../ntvcm -8 8080pre.com
3+
../ntvcm -8 tst8080.com
4+
../ntvcm -8 test.com
5+
../ntvcm -8 cputest.com
6+
../ntvcm cputest.com

tests/rai.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
../../rvos/rvos -h:10 ../ntvcm -8 8080ex1.com
2+
../../rvos/rvos -h:10 ../ntvcm -8 8080pre.com
3+
../../rvos/rvos -h:10 ../ntvcm -8 tst8080.com
4+
../../rvos/rvos -h:10 ../ntvcm -8 test.com
5+
../../rvos/rvos -h:10 ../ntvcm -8 cputest.com
6+
../../rvos/rvos -h:10 ../ntvcm cputest.com

z80test/zexall.com

8.39 KB
Binary file not shown.

z80test/zexdoc.com

8.39 KB
Binary file not shown.

0 commit comments

Comments
 (0)