Added test for memsrch subroutine.
[vvhitespace] / vv_interpreter.c
2019-07-19 Aaron TaylorAdded some debugging output to `vvi` when jumping to...
2019-07-17 Aaron TaylorAdded label initialization check to `vvi`.
2019-07-11 Aaron TaylorBugfix for BRZ and BMI commands that weren't advancing...
2019-07-08 Aaron TaylorUpdated VVS interpreter to 64 bit word. Also misc cleanup.
2019-07-08 Aaron TaylorChanged jump-if-tos-is-zero and jump-if-tos-is-negative...
2019-07-08 Aaron TaylorRemoved TODO comment related to creating language tests.
2019-07-07 Aaron TaylorAdded final tests. All VVhitespace commands now have...
2019-07-05 Aaron TaylorAdded tests for output half of IO IMP.
2019-07-05 Aaron TaylorAdded tests for flow control IMP.
2019-07-05 Aaron TaylorAdded tests for heap IMP.
2019-07-04 Aaron TaylorAdded basic test system for VVhitespace interpreter.
2019-07-04 Aaron TaylorModified labels to use a Vtab.
2019-07-02 Aaron TaylorFirst batch of changes to turn Whitespace interpreter...
2019-07-02 Aaron TaylorImporting the Whitespace interpreter as a starting...