0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-24 14:55:11 +00:00
uxn/projects/tests
Andrew Alderwick 118afe5fb4 Add debug device.
Writing to Debug.stack prints a stack dump; writing to Debug.snapshot
makes a snapshot of the running VM and compares it to a previous one if
it exists; writing to Debug.exit terminates the VM; and writing to
Debug.test_mode activates features handy for automated testing.
test_mode is certainly subject to change.
2021-03-22 23:22:47 +00:00
..
cond.usm Added missing stack balances 2021-03-16 10:54:07 -07:00
draw.usm Experimenting with signed cmp 2021-03-20 21:46:52 -07:00
jump.usm Removing signed mode 2021-03-15 18:08:41 -07:00
loop.usm Removing signed mode 2021-03-15 18:08:41 -07:00
opcodes.usm Add debug device. 2021-03-22 23:22:47 +00:00
peek.usm Started implementing peek/poke 2021-03-21 11:28:59 -07:00