X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/fec6668632e44bad7859dbc29e500d9a33422f6c..a41cabb1c4045ca719a2f28a947c3f90cafbe567:/examples/random-heap-dump/randomheap.pvvs diff --git a/examples/random-heap-dump/randomheap.pvvs b/examples/random-heap-dump/randomheap.pvvs deleted file mode 100644 index b677618..0000000 --- a/examples/random-heap-dump/randomheap.pvvs +++ /dev/null @@ -1,18 +0,0 @@ -@@ Seed the RNG -SSSSN | PUSH 0 (ptr) -SSSTTSTTTTSTSTSTTSTTSTTTTTSTTTSTTTTN | PUSH Seed value -TTS | STORE - -@@ Populate heap[18]-heap[29] with random values -SSSTSTTN | PUSH 11 -SSSTSSTSN | PUSH 18 -NSTTTSTSN | JSR > 11010 (memrand) - -@@ Print heap[16]-heap[31] -SSSTTTTTN | PUSH 31 -SSSTSSSSN | PUSH 16 -NSTTTTSSSN | JSR > 111000 (dump heap) -NNN | DIE - -#include -#include