1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-19 09:28:25 +00:00

minor style changes

This commit is contained in:
IrgendwerA8
2017-03-19 20:51:54 +01:00
parent 0de44517ac
commit 1abfa98290
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -18,4 +18,3 @@ aulong: ldx #0
store: stx sreg
stx sreg+1
rts
+1 -2
View File
@@ -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