Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
conditional i/o unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos committed May 17, 2020
1 parent 7d6a255 commit fdadd2d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/cout.asm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

@l
in r1
cne r1, 0
cout r1
cjn %l
1 change: 1 addition & 0 deletions test/cout.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello, world!
1 change: 1 addition & 0 deletions test/cout.out
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello, world!

0 comments on commit fdadd2d

Please sign in to comment.