Renamed the assembler test.
This commit is contained in:
7
test/asm/listing/080-sp-compat.s
Normal file
7
test/asm/listing/080-sp-compat.s
Normal file
@@ -0,0 +1,7 @@
|
||||
.include "zeropage.inc"
|
||||
|
||||
.proc _func
|
||||
ldy #0
|
||||
lda (sp),y
|
||||
rts
|
||||
.endproc
|
||||
Reference in New Issue
Block a user