Browse code

(calc.tal) Fixes issue with pushing any value comprised of two bytes which add to zero

Devine Lu Linvega authored on 16/06/2022 22:17:14
Showing 1 changed files
... ...
@@ -211,7 +211,7 @@ JMP2r
211 211
 
212 212
 @do-push ( -- )
213 213
 
214
-	.input/value LDZ2 ADD #00 GTH JMP JMP2r
214
+	.input/value LDZ2 #0000 GTH2 JMP JMP2r
215 215
 	.stack/length LDZ #07 LTH JMP JMP2r
216 216
 	#40 .Audio0/pitch DEO
217 217
 	.input/value LDZ2 ;push JSR2