1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 17:20:49 +00:00

tabs are forbidden

This commit is contained in:
bbbradsmith
2023-08-19 15:07:32 -04:00
parent 07f08fc547
commit f31d8efc1e
+3 -3
View File
@@ -13,6 +13,6 @@ jmp ($10FF)
.import _exit
.export _main
_main:
lda #0
tax
jmp _exit
lda #0
tax
jmp _exit