From: cuz Date: Wed, 24 Oct 2001 20:48:18 +0000 (+0000) Subject: Cleanup X-Git-Tag: V2.12.0~2528 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=41529583f60b5b53d0ae339a4c767a3bdb4af9f3;p=cc65 Cleanup git-svn-id: svn://svn.cc65.org/cc65/trunk@1072 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/runtime/pushwsp.s b/libsrc/runtime/pushwsp.s index d6baf9933..ed8cecb2a 100644 --- a/libsrc/runtime/pushwsp.s +++ b/libsrc/runtime/pushwsp.s @@ -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 +