Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
; CC65 runtime: Compare < for long ints
|
||||
;
|
||||
|
||||
.export toslteax
|
||||
.import toslcmp, boollt
|
||||
.export toslteax
|
||||
.import toslcmp, boollt
|
||||
|
||||
toslteax:
|
||||
jsr toslcmp ; Set the flags
|
||||
jmp boollt ; Convert to boolean
|
||||
jsr toslcmp ; Set the flags
|
||||
jmp boollt ; Convert to boolean
|
||||
|
||||
Reference in New Issue
Block a user