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

This commit is contained in:
Devine Lu Linvega 2022-06-16 15:17:14 -07:00
parent fb030288f9
commit 0c908a9379
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ JMP2r
@do-push ( -- )
.input/value LDZ2 ADD #00 GTH JMP JMP2r
.input/value LDZ2 #0000 GTH2 JMP JMP2r
.stack/length LDZ #07 LTH JMP JMP2r
#40 .Audio0/pitch DEO
.input/value LDZ2 ;push JSR2