Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
; CC65 runtime: Compare <= for signed ints
|
||||
;
|
||||
|
||||
.export tosle00, toslea0, tosleax
|
||||
.import tosicmp, boolle
|
||||
.export tosle00, toslea0, tosleax
|
||||
.import tosicmp, boolle
|
||||
|
||||
tosle00:
|
||||
lda #$00
|
||||
lda #$00
|
||||
toslea0:
|
||||
ldx #$00
|
||||
ldx #$00
|
||||
tosleax:
|
||||
jsr tosicmp ; Set flags
|
||||
jmp boolle ; Convert to boolean
|
||||
jsr tosicmp ; Set flags
|
||||
jmp boolle ; Convert to boolean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user