Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
parent
44fd1082ae
commit
85885001b1
1773 changed files with 62864 additions and 62868 deletions
|
@ -177,7 +177,6 @@ SMC_StoreValue label, register
|
|||
.endif
|
||||
.endmacro
|
||||
|
||||
|
||||
.macro SMC_TransferAddressSingle label, address, register
|
||||
.if .paramcount = 2 .or .match ((register), a)
|
||||
.if (.match (.left (1, {address}), #))
|
||||
|
@ -224,7 +223,6 @@ SMC_StoreValue label, register
|
|||
.endif
|
||||
.endmacro
|
||||
|
||||
|
||||
.macro SMC_TransferAddress label, address
|
||||
.if (.match (.left (1, {address}), #))
|
||||
; immediate mode
|
||||
|
@ -245,5 +243,3 @@ SMC_StoreValue label, register
|
|||
sta _SMCDesignator+1
|
||||
stx _SMCDesignator+2
|
||||
.endmacro
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue