Skip to content

Commit

Permalink
TMS7000: Initial test
Browse files Browse the repository at this point in the history
I noticed that there are no tests for the TMS7000, so start putting them in, starting with NOP.
  • Loading branch information
nejohnson committed Oct 2, 2024
1 parent c0fd903 commit 19bc3db
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/dasm7000/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@


test:
echo Done.
test:
../../src/txt2bin test.txt test.bin
../../src/dasm7000 test.d7000

clean:
echo Done.

rm test.bin

5 changes: 5 additions & 0 deletions test/dasm7000/test.d7000
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

ftest.bin
c0000
e0001

2 changes: 2 additions & 0 deletions test/dasm7000/test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
00 # NOP

0 comments on commit 19bc3db

Please sign in to comment.