|
|
1.1 ! root 1: / C run-time start-off. ! 2: / Coherent native version. ! 3: / Must be loaded at 0000 ! 4: ! 5: .globl main_ ! 6: .globl environ_ ! 7: .globl errno_ ! 8: .globl _exit_ ! 9: ! 10: errno_ = 0002 ! 11: ! 12: loc_0: jmp start ! 13: .blkw 3 / spare space ! 14: ! 15: start: ! 16: mov 0, $0 / clear location 0 ! 17: mov bp, sp ! 18: mov ax, 4(bp) ! 19: mov environ_, ax ! 20: call main_ ! 21: push ax ! 22: call exit_ ! 23: _exit_: ! 24: sys 1 ! 25: ! 26: .prvd ! 27: environ_: ! 28: .word 0 ! 29: ! 30: .shrd ! 31: .blkw 4
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.