Annotation of 3BSD/cmd/px/03bool.s, revision 1.1

1.1     ! root        1: #
        !             2: # 03bool.s
        !             3: #
        !             4: # BOOLEAN OPERATIONS
        !             5: #
        !             6: _AND:
        !             7:        incl    r10
        !             8:        mcomw   (sp)+,r0
        !             9:        bicw2   r0,(sp)
        !            10:        jmp     (r8)
        !            11: _OR:
        !            12:        incl    r10
        !            13:        bisw2   (sp)+,(sp)
        !            14:        jmp     (r8)
        !            15: _NOT:
        !            16:        incl    r10
        !            17:        xorw2   $1,(sp)
        !            18:        jmp     (r8)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.