Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
; CC65 runtime: long not equal
|
||||
;
|
||||
|
||||
.export tosneeax
|
||||
.import toslcmp, boolne
|
||||
.export tosneeax
|
||||
.import toslcmp, boolne
|
||||
|
||||
tosneeax:
|
||||
jsr toslcmp ; Set flags
|
||||
jmp boolne ; Convert to boolean
|
||||
jsr toslcmp ; Set flags
|
||||
jmp boolne ; Convert to boolean
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user