Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -4,21 +4,21 @@
|
||||
; void __fastcall__ cbm_k_setnam (const char* Name);
|
||||
;
|
||||
|
||||
.export _cbm_k_setnam
|
||||
.export _cbm_k_setnam
|
||||
.import SETNAM
|
||||
.importzp ptr1
|
||||
.importzp ptr1
|
||||
|
||||
|
||||
_cbm_k_setnam:
|
||||
sta ptr1 ; Store pointer to file name
|
||||
stx ptr1+1
|
||||
ldy #$FF
|
||||
@Loop: iny ; Get length of name
|
||||
lda (ptr1),y
|
||||
bne @Loop
|
||||
sta ptr1 ; Store pointer to file name
|
||||
stx ptr1+1
|
||||
ldy #$FF
|
||||
@Loop: iny ; Get length of name
|
||||
lda (ptr1),y
|
||||
bne @Loop
|
||||
|
||||
tya ; Length
|
||||
ldx ptr1
|
||||
ldy ptr1+1
|
||||
jmp SETNAM
|
||||
tya ; Length
|
||||
ldx ptr1
|
||||
ldy ptr1+1
|
||||
jmp SETNAM
|
||||
|
||||
|
||||
Reference in New Issue
Block a user