test for all ca65 .feature options
This commit is contained in:
8
test/asm/listing/108-long-rts.s
Normal file
8
test/asm/listing/108-long-rts.s
Normal file
@@ -0,0 +1,8 @@
|
||||
; test of long-rts promotion
|
||||
|
||||
.p816
|
||||
.feature long_jsr_jmp_rts
|
||||
.smart +
|
||||
.proc farproc : far
|
||||
rts ; should be $6B (RTL) and not $60 (RTS)
|
||||
.endproc
|
||||
1
test/asm/listing/ref/108-long-rts.bin-ref
Normal file
1
test/asm/listing/ref/108-long-rts.bin-ref
Normal file
@@ -0,0 +1 @@
|
||||
k
|
||||
Reference in New Issue
Block a user