V5/usr/source/s4/abort.s

Find at most related files.
including files from this version of Unix.

/ C library -- abort

.globl	_abort

_abort:
	mov	r5,-(sp)
	mov	sp,r5
	4