Annotation of coherent/b/lib/libc/csu/i8086/mcrts0.s, revision 1.1

1.1     ! root        1: / C run-time start-off.
        !             2: / Coherent native version.
        !             3: / Must be loaded at 0000
        !             4: / With profiling
        !             5: 
        !             6:        .globl  main_
        !             7:        .globl  environ_
        !             8:        .globl  errno_
        !             9:        .globl  _exit_
        !            10: 
        !            11: errno_ =       0002
        !            12: 
        !            13: loc_0: jmp     start
        !            14:        .blkw   3               / spare space
        !            15: 
        !            16: start:
        !            17:        mov     0, $0           / clear location 0
        !            18:        mov     bp, sp
        !            19:        mov     ax, 4(bp)
        !            20:        mov     environ_, ax
        !            21:        call    _profon_
        !            22:        call    main_
        !            23:        push    ax
        !            24:        call    exit_
        !            25: _exit_:
        !            26:        call    _profoff_
        !            27:        sys     1
        !            28: 
        !            29:        .prvd
        !            30: environ_:
        !            31:        .word   0
        !            32: 
        !            33:        .shrd
        !            34:        .blkw   4

unix.superglobalmegacorp.com

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