]> git.sur5r.net Git - cc65/commitdiff
Cleanup
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 24 Oct 2001 20:48:18 +0000 (20:48 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 24 Oct 2001 20:48:18 +0000 (20:48 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1072 b7a2c559-68d2-44c3-8de9-860c34a00d81

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
 
+