Annotation of 41BSD/cmd/px/27conv.s, revision 1.1

1.1     ! root        1: #
        !             2: # Copyright (c) 1979 Regents of the University of California
        !             3: #
        !             4: # char sccsid[] = "@(#)27conv.s 4.1 10/10/80";
        !             5: #
        !             6: # CONVERSIONS
        !             7: #
        !             8: _STOI:
        !             9:        incl    r10
        !            10:        cvtwl   (sp)+,-(sp)
        !            11:        jmp     (r8)
        !            12: _STOD:
        !            13:        incl    r10
        !            14:        cvtwd   (sp)+,-(sp)
        !            15:        jmp     (r8)
        !            16: _ITOD:
        !            17:        incl    r10
        !            18:        cvtld   (sp)+,-(sp)
        !            19:        jmp     (r8)
        !            20: _ITOS:
        !            21:        incl    r10
        !            22:        cvtlw   (sp)+,-(sp)
        !            23:        jmp     (r8)

unix.superglobalmegacorp.com

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