|
|
1.1 root 1: # getpid -- get process ID
2:
3: getpid = 20
4: .globl _getpid
5:
6: _getpid:
7: pea getpid
8: trap #0
9: rts
10:
11: .globl _getppid
12:
13: _getppid:
14: pea getpid
15: trap #0
16: movl d1,d0
17: rts
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.