X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/6e942bd8524e9393f61a0358a0282b2641f9d3d7..665e21b4427f40fd8317001b144be66b313955e8:/tests/1001_stack_operations.pvvs diff --git a/tests/1001_stack_operations.pvvs b/tests/1001_stack_operations.pvvs deleted file mode 100644 index d8333e4..0000000 --- a/tests/1001_stack_operations.pvvs +++ /dev/null @@ -1,10 +0,0 @@ -# This test verifies operations under the Stack IMP ([Space]). - -SSSTSSSSSTN | ST: Push +65 (ASCII A) -SSSTSSSSTSN | ST: Push +66 (ASCII B) -SNS | ST: Duplicate TOS -TNSS | IO: Output character -SNT | ST: Swap TOS and NOS -SNN | ST: Discard TOS -TNSS | IO: Output character -NNN | FC: Terminate program