Changed naming absvaludiv -> absvaludiv16.

This commit is contained in:
IrgendwerA8
2018-05-24 11:31:43 +02:00
parent dd411efd1c
commit 9c1cb0801c
3 changed files with 8 additions and 8 deletions

View File

@@ -6,12 +6,12 @@
; When negating values, we will ignore the possibility here, that one of the
; values is $8000, in which case the negate will fail.
.export absvaludiv
.export absvaludiv16
.import _abs, popax, udiv16
.importzp ptr1, ptr4
absvaludiv:
absvaludiv16:
jsr _abs
sta ptr4
stx ptr4+1 ; Save right absolute operand