Annotation of 41BSD/cmd/px/07sub.s, revision 1.1.1.1

1.1       root        1: #
                      2: # Copyright (c) 1979 Regents of the University of California
                      3: #
                      4: # char sccsid[] = "@(#)07sub.s 4.1 10/10/80";
                      5: #
                      6: # SUBTRACTION
                      7: #
                      8: _SUB2:
                      9:        incl    r10
                     10:        cvtwl   (sp)+,r0
                     11:        cvtwl   (sp)+,r1
                     12:        subl3   r0,r1,-(sp)
                     13:        jmp     (r8)
                     14: _SUB24:
                     15:        incl    r10
                     16:        cvtwl   (sp)+,r0
                     17:        subl2   r0,(sp)
                     18:        jmp     (r8)
                     19: _SUB42:
                     20:        incl    r10
                     21:        movl    (sp)+,r0
                     22:        cvtwl   (sp)+,r1
                     23:        subl3   r0,r1,-(sp)
                     24:        jmp     (r8)
                     25: _SUB4:
                     26:        incl    r10
                     27:        subl2   (sp)+,(sp)
                     28:        jmp     (r8)
                     29: _SUB28:
                     30:        incl    r10
                     31:        cvtwd   (sp)+,r0
                     32:        subd2   r0,(sp)
                     33:        jmp     (r8)
                     34: _SUB82:
                     35:        incl    r10
                     36:        movd    (sp)+,r0
                     37:        cvtwd   (sp)+,r2
                     38:        subd3   r0,r2,-(sp)
                     39:        jmp     (r8)
                     40: _SUB48:
                     41:        incl    r10
                     42:        cvtld   (sp)+,r0
                     43:        subd2   r0,(sp)
                     44:        jmp     (r8)
                     45: _SUB84:
                     46:        incl    r10
                     47:        movd    (sp)+,r0
                     48:        cvtld   (sp)+,r2
                     49:        subd3   r0,r2,-(sp)
                     50:        jmp     (r8)
                     51: _SUB8:
                     52:        incl    r10
                     53:        subd2   (sp)+,(sp)
                     54:        jmp     (r8)

unix.superglobalmegacorp.com

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