Removed (pretty inconsistently used) tab chars from source code base.

This commit is contained in:
Oliver Schmidt
2013-05-09 13:56:54 +02:00
parent 44fd1082ae
commit 85885001b1
1773 changed files with 62864 additions and 62868 deletions

View File

@@ -32,32 +32,32 @@ umul16x16r16:
umul16x16r32m:
umul16x16r16m:
lda #0
sta sreg+1
ldy #16 ; Number of bits
lda #0
sta sreg+1
ldy #16 ; Number of bits
lsr ptr1+1
ror ptr1 ; Get first bit into carry
@L0: bcc @L1
clc
adc ptr3
pha
lda ptr3+1
adc sreg+1
sta sreg+1
pla
clc
adc ptr3
pha
lda ptr3+1
adc sreg+1
sta sreg+1
pla
@L1: ror sreg+1
ror a
ror ptr1+1
ror ptr1
ror a
ror ptr1+1
ror ptr1
dey
bne @L0
sta sreg ; Save byte 3
lda ptr1 ; Load the result
ldx ptr1+1
rts ; Done
lda ptr1 ; Load the result
ldx ptr1+1
rts ; Done