2.9BSD/usr/src/lib/c/gen/abort.s

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

/*	@(#)abort.s	2.1	SCCS id keyword	*/
/ C library -- abort

.globl	_abort
iot	= 4
.globl	csv,cret

_abort:
	jsr	r5,csv
	iot
	clr	r0
	jmp	cret