Added basic test system for VVhitespace interpreter.
[vvhitespace] / tests / 1001_stack_operations.pvvs
CommitLineData
6e942bd8
AT
1# This test verifies operations under the Stack IMP ([Space]).
2
3SSSTSSSSSTN | ST: Push +65 (ASCII A)
4SSSTSSSSTSN | ST: Push +66 (ASCII B)
5SNS | ST: Duplicate TOS
6TNSS | IO: Output character
7SNT | ST: Swap TOS and NOS
8SNN | ST: Discard TOS
9TNSS | IO: Output character
10NNN | FC: Terminate program