minor style changes
This commit is contained in:
@@ -18,4 +18,3 @@ aulong: ldx #0
|
|||||||
store: stx sreg
|
store: stx sreg
|
||||||
stx sreg+1
|
stx sreg+1
|
||||||
rts
|
rts
|
||||||
|
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
; Ullrich von Bassewitz, 08.08.1998
|
; Ullrich von Bassewitz, 08.08.1998
|
||||||
; Christian Krueger, 11-Mar-2017, optimization
|
; 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
|
.export saveeax, resteax
|
||||||
@@ -25,4 +25,3 @@ resteax:
|
|||||||
ldx regsave+1
|
ldx regsave+1
|
||||||
lda regsave
|
lda regsave
|
||||||
rts
|
rts
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user