|
|
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: linkw a6,#0
13: pea open
14: trap #0
15: bcc noerror
16: jmp cerror
17: noerror:
18: unlk a6
19: rts
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.