mirror of
https://github.com/irmen/prog8.git
synced 2025-07-23 13:24:32 +00:00
fix missing abs(byte) routine
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user