]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/cc65_udiv32by16r16.s
The spans do now contain the size of a span, no longer the end offset.
[cc65] / libsrc / common / cc65_udiv32by16r16.s
index 351eff85551f32c35e0b59fe6dee4907907a28ea..23fcbbe178641ff81ff688fd0d041c6b26e5e06e 100644 (file)
@@ -6,7 +6,8 @@
 
                .export         _cc65_udiv32by16r16
         .import         udiv32by16r16m, incsp4
-               .importzp       ptr1, ptr2, ptr3, sp
+
+        .include        "zeropage.inc"
 
 
 ;---------------------------------------------------------------------------