fix missing abs(byte) routine

This commit is contained in:
Irmen de Jong
2022-06-24 01:51:54 +02:00
parent eb53e44cb0
commit 5656ec11d3
3 changed files with 7 additions and 3 deletions

View File

@@ -86,9 +86,9 @@ func_all_w_stack .proc
abs_b_stack .proc
; -- push abs(A) on stack (as unsigned word)
jsr abs_b_into_A
jsr abs_b_into_AY
sta P8ESTACK_LO,x
stz p8ESTACK_HI,x
stz P8ESTACK_HI,x
dex
rts
.pend