Updated tests to use printsignednumber subroutine from debug.pvvs instead of stdio...
[vvhitespace] / stdlib_tests / 2006_memsrch.pvvs
index 406f936..5bd1c87 100644 (file)
@@ -10,9 +10,9 @@ SSSTSSSN        | PUSH 8 (count)
 SSSSTTTSSN      | PUSH 28 (address)
 NSTTTTSSN       | JSR > 11100 (memsrch)
 
 SSSSTTTSSN      | PUSH 28 (address)
 NSTTTTSSN       | JSR > 11100 (memsrch)
 
-NSTTSSTN        | JSR > 1001 (print number from stack)
+NSTTTTTSTN      | JSR > 111101 (debug:printsignednumber)
 
 NNN             | DIE
 
 #include <heap.pvvs>
 
 NNN             | DIE
 
 #include <heap.pvvs>
-#include <stdio.pvvs>
+#include <debug.pvvs>