Added basic test system for VVhitespace interpreter.
[vvhitespace] / tests / 0001_push_printchar_exit.pvvs
diff --git a/tests/0001_push_printchar_exit.pvvs b/tests/0001_push_printchar_exit.pvvs
new file mode 100644 (file)
index 0000000..9e1a327
--- /dev/null
@@ -0,0 +1,7 @@
+# This test verifies we can push a number on the stack, print it as a
+# character, and cleanly exit. These three functions form a basis for further
+# tests.
+
+SSSTSSSSSTN     | ST: Push +65 (ASCII A)
+TNSS            | IO: Output character
+NNN             | FC: Terminate program