cleanup from Chris Torek
[unix-history] / usr / src / old / as.vax / instrs.h
index f83026d..ef87795 100644 (file)
@@ -1,7 +1,11 @@
 /*
 /*
- *     Copyright (c) 1982 Regents of the University of California
- *     @(#)instrs.h 4.4 %G%
+ * Copyright (c) 1982 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)instrs.h    5.1 (Berkeley) %G%
  */
  */
+
 /*
  *     Argument data types
  *
 /*
  *     Argument data types
  *
 #define        A_AH    A_CONS(ACCA, TYPH)
 /*
  *     For real memory addresses, or register addresses [sic]
 #define        A_AH    A_CONS(ACCA, TYPH)
 /*
  *     For real memory addresses, or register addresses [sic]
+ *
+ *     CHEAT! we just call these read access, since
+ *     registers are allowed. All field instruction, except insv,
+ *     are are read access fields.
  */
  */
-#define        A_VB    A_CONS(ACCV, TYPB)
-#define        A_VW    A_CONS(ACCV, TYPW)
-#define        A_VL    A_CONS(ACCV, TYPL)
-#define        A_VQ    A_CONS(ACCV, TYPQ)
-#define        A_VO    A_CONS(ACCV, TYPO)
-#define        A_VF    A_CONS(ACCV, TYPF)
-#define        A_VD    A_CONS(ACCV, TYPD)
-#define        A_VG    A_CONS(ACCV, TYPG)
-#define        A_VH    A_CONS(ACCV, TYPH)
+#define        A_VB    A_CONS(ACCR, TYPB)
+#define        A_VW    A_CONS(ACCR, TYPW)
+#define        A_VL    A_CONS(ACCR, TYPL)
+#define        A_VQ    A_CONS(ACCR, TYPQ)
+#define        A_VO    A_CONS(ACCR, TYPO)
+#define        A_VF    A_CONS(ACCR, TYPF)
+#define        A_VD    A_CONS(ACCR, TYPD)
+#define        A_VG    A_CONS(ACCR, TYPG)
+#define        A_VH    A_CONS(ACCR, TYPH)
 /*
  *     For branch displacement
  */
 /*
  *     For branch displacement
  */