test for all ca65 .feature options

This commit is contained in:
bbbradsmith
2023-02-24 20:00:56 -05:00
parent 230230819e
commit c2bc40f213
3 changed files with 156 additions and 0 deletions

View 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

View File

@@ -0,0 +1 @@
k