Annotation of coherent/a/usr/src/csu/crts0.s, revision 1.1.1.1

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: 
                     10:        .globl  main_
                     11:        .globl  environ_
                     12:        .globl  errno_
                     13:        .globl  _exit_
                     14: 
                     15: errno_ =       0002
                     16: 
                     17: loc_0: jmp     start
                     18:        .blkw   3               / spare space
                     19: 
                     20: start:
                     21:        mov     0, $0           / clear location 0
                     22:        mov     bp, sp
                     23:        mov     ax, 4(bp)
                     24:        mov     environ_, ax
                     25:        call    main_
                     26:        push    ax
                     27:        call    exit_
                     28: _exit_:
                     29:        sys     1
                     30: 
                     31:        .prvd
                     32: environ_:
                     33:        .word   0
                     34: 
                     35:        .shrd
                     36:        .blkw   4

unix.superglobalmegacorp.com

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