From: Aaron Taylor Date: Thu, 18 Jul 2019 22:43:27 +0000 (-0700) Subject: Fixing a label I missed when moving functions in the stdlib. X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/commitdiff_plain/45abb94e7cc7357b082f9ffda11077e2c606645e Fixing a label I missed when moving functions in the stdlib. --- diff --git a/stdlib/stdio.pvvs b/stdlib/stdio.pvvs index f2dfe82..f18d97c 100644 --- a/stdlib/stdio.pvvs +++ b/stdlib/stdio.pvvs @@ -123,7 +123,7 @@ NSNSTSSSSTTSSSSSSSSN | JMP > 01000011 00000000 @ Print the string we have built on the stack. NSSVSTSSSSTTSSSSSSSTN | Mark: 01000011 00000001 SNN | DROP -NSTTSSSN | JSR > 1000 (print string from stack) +NSTTSSSTSSN | JSR > 1000100 (print string from stack) NTN | RTS #endif