]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/cc65_umul16x16r32.s
The spans do now contain the size of a span, no longer the end offset.
[cc65] / libsrc / common / cc65_umul16x16r32.s
index 84c71538f8b9465b3e90036429634d3f799862b9..0e7ed76020ede256791487f61e412d6affc9ab65 100644 (file)
@@ -6,7 +6,8 @@
 
         .export         _cc65_umul16x16r32
         .import         umul16x16r32, popax
-       .importzp       ptr1
+
+        .include        "zeropage.inc"
 
 
 ;---------------------------------------------------------------------------