X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/45abb94e7cc7357b082f9ffda11077e2c606645e..23d1724712fae7dc9645d862d57d030cf3e2e764:/examples/hello-stdlib/hello.pvvs diff --git a/examples/hello-stdlib/hello.pvvs b/examples/hello-stdlib/hello.pvvs index a70ebff..dace168 100644 --- a/examples/hello-stdlib/hello.pvvs +++ b/examples/hello-stdlib/hello.pvvs @@ -1,8 +1,8 @@ @@ This program outputs "Hello, world!" A"Hello, world!\n" -@TODO: Change this to printf call -NSTTSSSTSSN | FC: JSR>1000100 (print string from stack; see stdlib) +SSSSN | ST: PUSH 0 +NSTTSSSN | FC: JSR>1000 (printf; see stdlib) NNN | FC: Terminate program #include "stdio.pvvs"