home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xibm.zip / AIX / OSas.h < prev    next >
Text File  |  1991-09-20  |  2KB  |  87 lines

  1. /*
  2.  * $Id: OSas.h,v 1.1 1991/09/20 17:58:56 mtranle Exp $
  3.  *
  4.  * Copyright IBM Corporation 1987,1988,1989
  5.  *
  6.  * All Rights Reserved
  7.  *
  8.  * Permission to use, copy, modify, and distribute this software and its
  9.  * documentation for any purpose and without fee is hereby granted,
  10.  * provided that the above copyright notice appear in all copies and that 
  11.  * both that copyright notice and this permission notice appear in
  12.  * supporting documentation, and that the name of IBM not be
  13.  * used in advertising or publicity pertaining to distribution of the
  14.  * software without specific, written prior permission.
  15.  *
  16.  * IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  17.  * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  18.  * IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  19.  * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  20.  * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  21.  * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  22.  * SOFTWARE.
  23.  *
  24. */
  25. /* "@(#)osas.h    3.1 88/09/22 09:29:54" */
  26. #define    OSHEADER
  27. #define    TEXT_ENTRY(n)    ./**/n
  28. #define    DATA_ENTRY(n)    _/**/n
  29. #define    R0    0
  30. #define    R1    1
  31. #define    R2    2
  32. #define    R3    3
  33. #define    R4    4
  34. #define    R5    5
  35. #define    R6    6
  36. #define    R7    7
  37. #define    R8    8
  38. #define    R9    9
  39. #define    R10    10
  40. #define    R11    11
  41. #define    R12    12
  42. #define    R13    13
  43. #define    R14    14
  44. #define    R15    15
  45.  
  46. #define    GET(r,c)    cal16 r,c&0xffff ; oiu r,r,c>16
  47. #define    L    l
  48. #define    LS    l
  49.  
  50. #define NILZ    nilz
  51. #define    NILO    nilo
  52.  
  53. #define    INC    inc
  54. #define    DEC    dec
  55.  
  56. #define    CIS    ci
  57. #define    CI    ci
  58.  
  59. #define    AIS    ai
  60. #define    SIS    sis
  61.  
  62. #define    A    a
  63.  
  64. #define    STS    st
  65. #define    ST    st
  66. #define    STHS    sth
  67. #define    STH    sth
  68.  
  69. #define    LHS    lh
  70. #define    LH    lh
  71.  
  72. #define    CAS    cas
  73. #define    CAL    cal
  74.  
  75. #define    BX    bx
  76. #define    BRX    brx
  77. #define    BHX    bgtx
  78. #define    BH    bgt
  79. #define    BHR    bgtr
  80. #define    BALIX    balix
  81. #define    BALI    bali
  82. #define    BLR    bltr
  83.  
  84. #define    JZ    beq
  85. #define    JNZ    bne
  86. #define    J    b
  87.