File:  [MW Coherent from dump] / coherent / a / usr / src / csu / crts0.s
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:34 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

/ (-lgl
/ 	COHERENT Version 3.2
/ 	Copyright (c) 1982, 1991 by Mark Williams Company.
/ 	All rights reserved. May not be copied without permission.
/ -lgl)
/ C run-time start-off.
/ Coherent native version.
/ Must be loaded at 0000

	.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	main_
	push	ax
	call	exit_
_exit_:
	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.