From 1abfa982902ba04b333e42e415ec540689d5d704 Mon Sep 17 00:00:00 2001 From: IrgendwerA8 Date: Sun, 19 Mar 2017 20:51:54 +0100 Subject: [PATCH] minor style changes --- libsrc/runtime/along.s | 1 - libsrc/runtime/lsave.s | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/libsrc/runtime/along.s b/libsrc/runtime/along.s index 25eb78c45..bd3462915 100644 --- a/libsrc/runtime/along.s +++ b/libsrc/runtime/along.s @@ -18,4 +18,3 @@ aulong: ldx #0 store: stx sreg stx sreg+1 rts - \ No newline at end of file diff --git a/libsrc/runtime/lsave.s b/libsrc/runtime/lsave.s index 82703073a..d5f4c45b3 100644 --- a/libsrc/runtime/lsave.s +++ b/libsrc/runtime/lsave.s @@ -2,7 +2,7 @@ ; Ullrich von Bassewitz, 08.08.1998 ; Christian Krueger, 11-Mar-2017, optimization ; -; CC65 runtime: save ax into temp storage/restore ax from temp storage +; CC65 runtime: save eax into temp storage/restore eax from temp storage ; .export saveeax, resteax @@ -25,4 +25,3 @@ resteax: ldx regsave+1 lda regsave rts -