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