|
|
1.1 ! root 1: /* ! 2: * register stuff for the cray x-mp ! 3: */ ! 4: ! 5: #define MAXREG 0 ! 6: #define MINREG 0 ! 7: ! 8: /* ! 9: * register cookies ! 10: * these are indices in reglist; see reg.c ! 11: * registers work in the obvious sequence; ! 12: * A1 == A0+1 and so on ! 13: */ ! 14: ! 15: #define BADREG (-1) ! 16: ! 17: #define PC (0) ! 18: #define A0 (1) ! 19: #define S0 (1+8) ! 20: #define B00 (1+16) ! 21: #define T00 (1+16+64)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.