1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

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