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