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