Updated tests to use printsignednumber subroutine from debug.pvvs instead of stdio...
[vvhitespace] / stdlib_tests / 4001_strlen.pvvs
index 7c0e0af..6878370 100644 (file)
@@ -5,10 +5,10 @@ NSTTTTTTN       | JSR > 11111 (spew)
 
 SSSTSSSSSN      | PUSH 32 (address)
 NSTTSSSSSN      | JSR > 100000 (strlen)
 
 SSSTSSSSSN      | PUSH 32 (address)
 NSTTSSSSSN      | JSR > 100000 (strlen)
-NSTTSSTN        | JSR > 1001 (print number from stack)
+NSTTTTTSTN      | JSR > 111101 (debug:printsignednumber)
 
 NNN             | DIE
 
 
 NNN             | DIE
 
-#include <stdio.pvvs>
+#include <debug.pvvs>
 #include <heap.pvvs>
 #include <string.pvvs>
 #include <heap.pvvs>
 #include <string.pvvs>