mirror of
https://github.com/cc65/cc65.git
synced 2026-04-25 22:18:27 +00:00
Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -4,15 +4,15 @@
|
||||
; CC65 runtime: Push (char)1 onto the stack
|
||||
;
|
||||
|
||||
.export pushc1
|
||||
.import pusha
|
||||
.export pushc1
|
||||
.import pusha
|
||||
|
||||
; Beware: The optimizer knows about this function!
|
||||
|
||||
.proc pushc1
|
||||
.proc pushc1
|
||||
|
||||
lda #1
|
||||
jmp pusha
|
||||
lda #1
|
||||
jmp pusha
|
||||
|
||||
.endproc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user