X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/9686c90139fc19b70f42283b1504ab9d5be7932c..6e942bd8524e9393f61a0358a0282b2641f9d3d7:/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 index 0000000..9e1a327 --- /dev/null +++ b/tests/0001_push_printchar_exit.pvvs @@ -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