(calc.tal) Fixes issue with pushing any value comprised of two bytes which add to zero
This commit is contained in:
parent
fb030288f9
commit
0c908a9379
|
@ -211,7 +211,7 @@ JMP2r
|
||||||
|
|
||||||
@do-push ( -- )
|
@do-push ( -- )
|
||||||
|
|
||||||
.input/value LDZ2 ADD #00 GTH JMP JMP2r
|
.input/value LDZ2 #0000 GTH2 JMP JMP2r
|
||||||
.stack/length LDZ #07 LTH JMP JMP2r
|
.stack/length LDZ #07 LTH JMP JMP2r
|
||||||
#40 .Audio0/pitch DEO
|
#40 .Audio0/pitch DEO
|
||||||
.input/value LDZ2 ;push JSR2
|
.input/value LDZ2 ;push JSR2
|
||||||
|
|
Loading…
Reference in New Issue