_abort X
1: / C library -- abort 2: 3: .globl _abort 4: iot = 4 5: .globl csv,cret 6: 7: _abort: 8: jsr r5,csv 9: iot 10: clr r0 11: jmp cret