1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-25 22:18:27 +00:00

Removed (pretty inconsistently used) tab chars from source code base.

This commit is contained in:
Oliver Schmidt
2013-05-09 13:56:54 +02:00
parent 44fd1082ae
commit 85885001b1
1773 changed files with 62864 additions and 62868 deletions
+20 -20
View File
@@ -4,9 +4,9 @@
; CC65 runtime: or on longs
;
.export tosor0ax, tosoreax
.import addysp1
.importzp sp, sreg, tmp1
.export tosor0ax, tosoreax
.import addysp1
.importzp sp, sreg, tmp1
tosor0ax:
@@ -15,22 +15,22 @@ tosor0ax:
sty sreg+1
tosoreax:
ldy #0
ora (sp),y ; byte 0
sta tmp1
iny
txa
ora (sp),y ; byte 1
tax
iny
lda sreg
ora (sp),y ; byte 2
sta sreg
iny
lda sreg+1
ora (sp),y ; byte 3
sta sreg+1
ldy #0
ora (sp),y ; byte 0
sta tmp1
iny
txa
ora (sp),y ; byte 1
tax
iny
lda sreg
ora (sp),y ; byte 2
sta sreg
iny
lda sreg+1
ora (sp),y ; byte 3
sta sreg+1
lda tmp1
jmp addysp1
lda tmp1
jmp addysp1