From 41529583f60b5b53d0ae339a4c767a3bdb4af9f3 Mon Sep 17 00:00:00 2001 From: cuz Date: Wed, 24 Oct 2001 20:48:18 +0000 Subject: [PATCH] Cleanup git-svn-id: svn://svn.cc65.org/cc65/trunk@1072 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/runtime/pushwsp.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + -- 2.39.5