|
|
1.1 root 1: / (-lgl
2: / COHERENT Version 3.2
3: / Copyright (c) 1982, 1991 by Mark Williams Company.
4: / All rights reserved. May not be copied without permission.
5: / -lgl)
6: / C run-time start-off.
7: / Coherent native version.
8: / Must be loaded at 0000
9: / With profiling
10:
11: .globl main_
12: .globl environ_
13: .globl errno_
14: .globl _exit_
15:
16: errno_ = 0002
17:
18: loc_0: jmp start
19: .blkw 3 / spare space
20:
21: start:
22: mov 0, $0 / clear location 0
23: mov bp, sp
24: mov ax, 4(bp)
25: mov environ_, ax
26: call _profon_
27: call main_
28: push ax
29: call exit_
30: _exit_:
31: call _profoff_
32: sys 1
33:
34: .prvd
35: environ_:
36: .word 0
37:
38: .shrd
39: .blkw 4
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.