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