0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2025-01-05 07:01:20 +00:00

(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

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