D'oh. (nw)

This commit is contained in:
arbee 2018-05-16 19:37:27 -04:00
parent 70c9f89995
commit baf8ad945d

View File

@ -63,6 +63,13 @@
#define SH_FLAGS (SH_M|SH_Q|SH_I|SH_S|SH_T)
/* SR shift values */
#define T_SHIFT 0
#define S_SHIFT 1
#define I_SHIFT 4
#define Q_SHIFT 8
#define M_SHIFT 9
#define REGFLAG_R(n) (1 << (n))
/* register flags 1 */