Removed cap offset in hello.tal example

This commit is contained in:
Devine Lu Linvega 2023-07-29 10:04:15 -07:00
parent ea9461de65
commit 5f0e5fe4a2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ JMP2r
@foreach ( arr* fn* -- )
STH2
DUP2
DUP2 #0002 SUB2 LDA2 ADD2 #0001 SUB2
DUP2 #0002 SUB2 LDA2 ADD2
SWP2
&l
LDAk STH2kr JSR2