|
|
1.1 root 1: #
2: # Copyright (c) 1979 Regents of the University of California
3: #
4: # char sccsid[] = "@(#)15bool.s 4.1 10/10/80";
5: #
6: # BOOLEAN OPERATIONS
7: #
8: _AND:
9: incl r10
10: mcomw (sp)+,r0
11: bicw2 r0,(sp)
12: jmp (r8)
13: _OR:
14: incl r10
15: bisw2 (sp)+,(sp)
16: jmp (r8)
17: _NOT:
18: incl r10
19: xorw2 $1,(sp)
20: jmp (r8)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.