|
|
1.1 ! root 1: # C library -- open ! 2: ! 3: # file = open(string, mode) ! 4: # ! 5: # file == -1 means error ! 6: ! 7: open = 5 ! 8: .globl _open ! 9: .globl cerror ! 10: ! 11: _open: ! 12: pea open ! 13: trap #0 ! 14: bcc noerror ! 15: jmp cerror ! 16: noerror: ! 17: rts
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.