]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/cc65_imul16x16r32.s
The spans do now contain the size of a span, no longer the end offset.
[cc65] / libsrc / common / cc65_imul16x16r32.s
index 331e2189bf715c674a15e76ef3fc62b1a3408789..b4e82de109d71750790f84a70ee04a338e246bf8 100644 (file)
@@ -6,7 +6,8 @@
 
         .export         _cc65_imul16x16r32
         .import         imul16x16r32, popax
-       .importzp       ptr1
+
+        .include        "zeropage.inc"
 
 
 ;---------------------------------------------------------------------------