tabs are forbidden

This commit is contained in:
bbbradsmith
2023-08-19 15:07:32 -04:00
parent 07f08fc547
commit f31d8efc1e

View File

@@ -13,6 +13,6 @@ jmp ($10FF)
.import _exit
.export _main
_main:
lda #0
tax
jmp _exit
lda #0
tax
jmp _exit