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