mirror of
https://github.com/cc65/cc65.git
synced 2024-11-18 15:05:14 +00:00
9 lines
148 B
ArmAsm
9 lines
148 B
ArmAsm
|
; 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
|