Annotation of 3BSD/cmd/px/12div.s, revision 1.1

1.1     ! root        1: #
        !             2: # 12div.s
        !             3: #
        !             4: # INTEGER DIVISION
        !             5: #
        !             6: _DIV2:
        !             7:        incl    r10
        !             8:        cvtwl   (sp)+,r0
        !             9:        cvtwl   (sp)+,r1
        !            10:        divl3   r0,r1,-(sp)
        !            11:        jmp     (r8)
        !            12: _DIV24:
        !            13:        incl    r10
        !            14:        cvtwl   (sp)+,r0
        !            15:        divl2   r0,(sp)
        !            16:        jmp     (r8)
        !            17: _DIV42:
        !            18:        incl    r10
        !            19:        movl    (sp)+,r0
        !            20:        cvtwl   (sp)+,r1
        !            21:        divl3   r0,r1,-(sp)
        !            22:        jmp     (r8)
        !            23: _DIV4:
        !            24:        incl    r10
        !            25:        divl2   (sp)+,(sp)
        !            26:        jmp     (r8)

unix.superglobalmegacorp.com

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