Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -4,17 +4,17 @@
|
||||
; CC65 runtime: Store ax at (sp),y
|
||||
;
|
||||
|
||||
.export staxysp, stax0sp
|
||||
.importzp sp
|
||||
.export staxysp, stax0sp
|
||||
.importzp sp
|
||||
|
||||
stax0sp:
|
||||
ldy #0
|
||||
ldy #0
|
||||
staxysp:
|
||||
sta (sp),y
|
||||
iny
|
||||
pha
|
||||
txa
|
||||
sta (sp),y
|
||||
pla
|
||||
rts
|
||||
sta (sp),y
|
||||
iny
|
||||
pha
|
||||
txa
|
||||
sta (sp),y
|
||||
pla
|
||||
rts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user