Annotation of researchv9/libc/sys/vlimit.s, revision 1.1.1.1

1.1       root        1: # C library -- vlimit
                      2: 
                      3: # oldvalue = vlimit(what, newvalue);
                      4: # if newvalue == -1 old value is returned and the limit is not changed
                      5: 
                      6:        vlimit = 64+13
                      7: .globl _vlimit
                      8: 
                      9: _vlimit:
                     10:        pea     vlimit
                     11:        trap    #0
                     12:        bcc     noerror
                     13:        jmp     cerror
                     14: noerror:
                     15:        rts

unix.superglobalmegacorp.com

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