Annotation of 40BSD/lib/libpc/ashdr.s, revision 1.1

1.1     ! root        1: # Copyright (c) 1979 Regents of the University of California
        !             2: #
        !             3: # sccsid[] = "@(#)ashdr.s 1.1 10/29/80";
        !             4: #
        !             5: # Global constants
        !             6: #
        !             7:        .set    R6,0x040
        !             8:        .set    R7,0x080
        !             9:        .set    R8,0x100
        !            10:        .set    R9,0x200
        !            11:        .set    R10,0x400
        !            12:        .set    R11,0x800
        !            13:        .set    PSW,4
        !            14:        .set    AP,8
        !            15:        .set    FP,12
        !            16:        .set    PC,16
        !            17: #
        !            18: # error codes
        !            19: #
        !            20:        .set    EARGV,1
        !            21:        .set    EASRT,2
        !            22:        .set    EBADFNUM,3
        !            23:        .set    EBADINUM,4
        !            24:        .set    ECASE,5
        !            25:        .set    ECHR,6
        !            26:        .set    ECLOSE,7
        !            27:        .set    ECREATE,8
        !            28:        .set    ECTLWR,9
        !            29:        .set    ECTSNG,10
        !            30:        .set    ECTUPR,11
        !            31:        .set    EFMTSIZE,12
        !            32:        .set    EGOTO,13
        !            33:        .set    EHALT,14
        !            34:        .set    ELLIMIT,15
        !            35:        .set    ELN,16
        !            36:        .set    ENAMESIZE,17
        !            37:        .set    ENAMRNG,18
        !            38:        .set    ENARGS,19
        !            39:        .set    ENILPTR,20
        !            40:        .set    ENOFILE,21
        !            41:        .set    ENUMNTFD,22
        !            42:        .set    EOPEN,23
        !            43:        .set    EOUTOFMEM,24
        !            44:        .set    EPACK,25
        !            45:        .set    EPASTEOF,26
        !            46:        .set    ERANGE,27
        !            47:        .set    EREADIT,28
        !            48:        .set    EREFINAF,29
        !            49:        .set    EREMOVE,30
        !            50:        .set    ESEEK,31
        !            51:        .set    ESQRT,32
        !            52:        .set    ESTLIM,33
        !            53:        .set    ESUBSC,34
        !            54:        .set    EUNPACK,35
        !            55:        .set    EWRITE,36
        !            56:        .set    EWRITEIT,37

unix.superglobalmegacorp.com

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