Annotation of 3BSD/cmd/px/27conv.s, revision 1.1.1.1

1.1       root        1: #
                      2: # 27conv.s
                      3: #
                      4: # CONVERSIONS
                      5: #
                      6: _STOI:
                      7:        incl    r10
                      8:        cvtwl   (sp)+,-(sp)
                      9:        jmp     (r8)
                     10: _STOD:
                     11:        incl    r10
                     12:        cvtwd   (sp)+,-(sp)
                     13:        jmp     (r8)
                     14: _ITOD:
                     15:        incl    r10
                     16:        cvtld   (sp)+,-(sp)
                     17:        jmp     (r8)
                     18: _ITOS:
                     19:        incl    r10
                     20:        cvtlw   (sp)+,-(sp)
                     21:        jmp     (r8)

unix.superglobalmegacorp.com

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