summaryrefslogtreecommitdiff
path: root/isa/ctlreg.def
diff options
context:
space:
mode:
Diffstat (limited to 'isa/ctlreg.def')
-rw-r--r--isa/ctlreg.def10
1 files changed, 4 insertions, 6 deletions
diff --git a/isa/ctlreg.def b/isa/ctlreg.def
index d490073..e379b21 100644
--- a/isa/ctlreg.def
+++ b/isa/ctlreg.def
@@ -1,7 +1,5 @@
1REG(DATA_INSTRUCTION_FIELD_BUFFER) // (df << 3) | if_buffer 1REG(FLAGS) // see FLAG_* consts in isa/isa.h
2REG(DATA_INSTRUCTION_FIELD_SAVED) // (df_saved << 3) | if_saved 2REG(FLAGS_SAVED) // see FLAG_* consts in isa/isa.h
3REG(HALTED) 3REG(HALTED)
4REG(INT_ENABLE) // (int_enable_delay << 1) | int_enable 4REG(TT_BITS) // see TT[IO]_* consts in isa/isa.h
5REG(INT_PENDING) // only meaningful if interrupts disabled 5REG(TT_FLAGS) // see TTF_* consts in isa/isa.h
6REG(TT_BITS) // see TT[IO]_* consts in isa/isa.h
7REG(TT_INT_ENABLE) // (status_enable << 1) | (int_enable)