mirror of
https://github.com/cc65/cc65.git
synced 2025-02-05 20:31:53 +00:00
tabs are forbidden
This commit is contained in:
parent
07f08fc547
commit
f31d8efc1e
@ -13,6 +13,6 @@ jmp ($10FF)
|
||||
.import _exit
|
||||
.export _main
|
||||
_main:
|
||||
lda #0
|
||||
tax
|
||||
jmp _exit
|
||||
lda #0
|
||||
tax
|
||||
jmp _exit
|
||||
|
Loading…
x
Reference in New Issue
Block a user