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