Annotation of 3BSD/cmd/px/13mod.s, revision 1.1

1.1     ! root        1: #
        !             2: # 13mod.s
        !             3: #
        !             4: # MODULO
        !             5: #
        !             6: _MOD2:
        !             7:        incl    r10
        !             8:        cvtwl   (sp),r0
        !             9:        cvtwl   2(sp),r2
        !            10:        ashq    $-32,r1,r1
        !            11:        ediv    r0,r1,r3,(sp)
        !            12:        jmp     (r8)
        !            13: _MOD24:
        !            14:        incl    r10
        !            15:        cvtwl   (sp)+,r0
        !            16:        movl    (sp),r2
        !            17:        ashq    $-32,r1,r1
        !            18:        ediv    r0,r1,r3,(sp)
        !            19:        jmp     (r8)
        !            20: _MOD42:
        !            21:        incl    r10
        !            22:        movl    (sp)+,r0
        !            23:        cvtwl   (sp)+,r2
        !            24:        ashq    $-32,r1,r1
        !            25:        ediv    r0,r1,r3,-(sp)
        !            26:        jmp     (r8)
        !            27: _MOD4:
        !            28:        incl    r10
        !            29:        movl    (sp)+,r0
        !            30:        movl    (sp),r2
        !            31:        ashq    $-32,r1,r1
        !            32:        ediv    r0,r1,r3,(sp)
        !            33:        jmp     (r8)

unix.superglobalmegacorp.com

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