1: /*
   2:  * Copyright (c) 1986 Regents of the University of California.
   3:  * All rights reserved.  The Berkeley software License Agreement
   4:  * specifies the terms and conditions for redistribution.
   5:  *
   6:  *	@(#)reg.h	1.1 (2.10BSD Berkeley) 12/1/86
   7:  */
   8: 
   9: /*
  10:  * Location of the users' stored
  11:  * registers relative to R0.
  12:  * Usage is u.u_ar0[XX].
  13:  */
  14: #define R0  (0)
  15: #define R1  (-3)
  16: #define R2  (-11)
  17: #define R3  (-10)
  18: #define R4  (-9)
  19: #define R5  (-7)
  20: #define R6  (-4)
  21: #define R7  (1)
  22: #define PC  (1)
  23: #define RPS (2)

Defined macros

Usage of this include

Last modified: 1987-01-09
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 2365
Valid CSS Valid XHTML 1.0 Strict