mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 22:25:28 +00:00
tabs are forbidden
This commit is contained in:
@@ -13,6 +13,6 @@ jmp ($10FF)
|
||||
.import _exit
|
||||
.export _main
|
||||
_main:
|
||||
lda #0
|
||||
tax
|
||||
jmp _exit
|
||||
lda #0
|
||||
tax
|
||||
jmp _exit
|
||||
|
Reference in New Issue
Block a user