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 -