Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -4,19 +4,19 @@
|
||||
; CC65 runtime: Scale the primary register by 16
|
||||
;
|
||||
|
||||
.export aslax4, shlax4
|
||||
.importzp tmp1
|
||||
.export aslax4, shlax4
|
||||
.importzp tmp1
|
||||
|
||||
aslax4:
|
||||
shlax4: stx tmp1
|
||||
asl a
|
||||
rol tmp1
|
||||
asl a
|
||||
rol tmp1
|
||||
asl a
|
||||
rol tmp1
|
||||
asl a
|
||||
rol tmp1
|
||||
ldx tmp1
|
||||
rts
|
||||
shlax4: stx tmp1
|
||||
asl a
|
||||
rol tmp1
|
||||
asl a
|
||||
rol tmp1
|
||||
asl a
|
||||
rol tmp1
|
||||
asl a
|
||||
rol tmp1
|
||||
ldx tmp1
|
||||
rts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user