Fixing a label I missed when moving functions in the stdlib.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Thu, 18 Jul 2019 22:43:27 +0000 (15:43 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Thu, 18 Jul 2019 22:43:27 +0000 (15:43 -0700)
stdlib/stdio.pvvs

index f2dfe82..f18d97c 100644 (file)
@@ -123,7 +123,7 @@ NSNSTSSSSTTSSSSSSSSN    | JMP > 01000011 00000000
 @ Print the string we have built on the stack.
 NSSVSTSSSSTTSSSSSSSTN   | Mark: 01000011 00000001
 SNN                     | DROP
 @ 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
 NTN                     | RTS
 
 #endif