X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/3625ff3a8ea0b61d744da30237e6ffc993a585fb..212131401c74ff9b174690e7ceed51e6ff52ea88:/examples/print-number-from-stack/printnum.pvvs diff --git a/examples/print-number-from-stack/printnum.pvvs b/examples/print-number-from-stack/printnum.pvvs index a05b42b..742f1db 100644 --- a/examples/print-number-from-stack/printnum.pvvs +++ b/examples/print-number-from-stack/printnum.pvvs @@ -1,9 +1,9 @@ @@ This program outputs "-42424242" SSTTSTSSSSTTTSTSTSTTTTSTTSSTSN | ST: Push -42424242 -NSTTSTSN | FC: JSR>1010 (print number from stack; see stdlib) +NSTTSSTN | FC: JSR>1001 (print number from stack; see stdlib) SSSTSTSN | ST: Push +10 (ASCII '\n') TNSS | IO: Putchar NNN | FC: Terminate program -#include "stdio.pvvs" +#include