Annotation of 43BSD/contrib/apl/src/reset.s, revision 1.1.1.1

1.1       root        1: .globl _setexit, _reset
                      2: 
                      3:        .text
                      4: _setexit:
                      5:        mov     (sp)+,spc
                      6:        mov     sp,ssp
                      7:        mov     r1,sr1
                      8:        mov     r2,sr2
                      9:        mov     r3,sr3
                     10:        mov     r4,sr4
                     11:        mov     r5,sr5
                     12:        jmp     *spc
                     13: 
                     14: 
                     15: _reset:
                     16:        mov     ssp,sp
                     17:        mov     sr1,r1
                     18:        mov     sr2,r2
                     19:        mov     sr3,r3
                     20:        mov     sr4,r4
                     21:        mov     sr5,r5
                     22:        jmp     *spc
                     23: 
                     24:        .data
                     25: sr1:    0
                     26: sr2:    0
                     27: sr3:    0
                     28: sr4:    0
                     29: sr5:    0
                     30: ssp:    0
                     31: spc:    0

unix.superglobalmegacorp.com

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