File:  [MW Coherent from dump] / coherent / b / lib / libc / csu / i8086 / mcrts0.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

/ C run-time start-off.
/ Coherent native version.
/ Must be loaded at 0000
/ With profiling

	.globl	main_
	.globl	environ_
	.globl	errno_
	.globl	_exit_

errno_	=	0002

loc_0:	jmp	start
	.blkw	3		/ spare space

start:
	mov	0, $0		/ clear location 0
	mov	bp, sp
	mov	ax, 4(bp)
	mov	environ_, ax
	call	_profon_
	call	main_
	push	ax
	call	exit_
_exit_:
	call	_profoff_
	sys	1

	.prvd
environ_:
	.word	0

	.shrd
	.blkw	4

unix.superglobalmegacorp.com

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