]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/absvaludiv.s
Changed naming absvaludiv -> absvaludiv16.
[cc65] / libsrc / runtime / absvaludiv.s
index d23b8c00e3a15bbd7255516e57044b438168844f..59c2914b10791b9cd4364dbeae1b691832f99219 100644 (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