Misc cleanup. License headers and removing old examples.
[vvhitespace] / 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 (file)
index 2cd3532..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-@@ 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 "debug.pvvs"
-#include "heap.pvvs"