From b4da972eb715512495380f1fa177c0dfbe764e94 Mon Sep 17 00:00:00 2001 From: cuz Date: Mon, 26 Mar 2001 14:26:27 +0000 Subject: [PATCH] Fixed a typo git-svn-id: svn://svn.cc65.org/cc65/trunk@669 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/runtime/pleasp.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/runtime/pleasp.s b/libsrc/runtime/pleasp.s index 183ce21fe..d1fecaa06 100644 --- a/libsrc/runtime/pleasp.s +++ b/libsrc/runtime/pleasp.s @@ -1,7 +1,7 @@ ; ; Ullrich von Bassewitz, 21.08.1998 ; -; CC65 runtime: Load effective address with offset in A relative to SP and pus it +; CC65 runtime: Load effective address with offset in A relative to SP and push it ; .export pleaasp