PWB1/sys/source/s4/abort.s

Compare this file to the similar file:
Show the results in this format:

/ C library -- abort

.globl	_abort
iot	= 4

_abort:
	mov	r5,-(sp)
	mov	sp,r5
	iot
	mov	(sp)+,r5
	rts	pc