691601e0e6a1f839b7f235d09d6f46a9d4ada09e
[vvhitespace] / examples / print-number-from-stack / printnum.pvvs
@@ This program outputs "-42424242"
SSTTSTSSSSTTTSTSTSTTTTSTTSSTSN | ST: Push -42424242
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"