|
|
1.1 root 1: # C library -- stat
2:
3: # error = stat(string, statbuf);
4:
5: # char statbuf[36]
6:
7: .set stat,18
8: .globl _stat
9: .globl cerror
10:
11: _stat:
12: .word 0x0000
13: chmk $stat
14: bcc noerror
15: jmp cerror
16: noerror:
17: clrl r0
18: ret
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.