File:  [MW Coherent from dump] / coherent / b / lib / libc / gen / i8086 / abort.s
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:35 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

/
/ Abort.
/ Blow up with illegal instruction.
/

	.globl	abort_

abort_:
	push	si		/ For debugger's ease
	push	di
	push	bp
	mov	bp,sp
	sys	0		/ illegal
	mov	sp,  bp
	pop	bp
	pop	di
	pop	si
	ret

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.