_abort X
1: / C library -- abort 2: 3: .globl _abort 4: iot = 4 5: 6: _abort: 7: mov r5,-(sp) 8: mov sp,r5 9: iot 10: mov (sp)+,r5 11: rts pc