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