]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/pushwsp.s
Fixed a bug
[cc65] / libsrc / runtime / pushwsp.s
index d6baf9933f4dbadfffe9cf57ab849302649318e0..ed8cecb2abeea89142ec721116245a1e3dced2ce 100644 (file)
@@ -1,11 +1,10 @@
 ;
-; Ullrich von Bassewitz, 31.08.1998
+; Ullrich von Bassewitz, 24.10.2001
 ;
 ; CC65 runtime: Load word from stack slot and push
 ;
 
                .export         pushwysp, pushw0sp
-       .import         pushax
        .importzp       sp
 
        .macpack        generic
@@ -29,3 +28,4 @@ pushwysp:
        sta     (sp),y          ; 5
        rts
 
+