diff options
Diffstat (limited to '')
| -rw-r--r-- | isa/ctlreg.def | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/isa/ctlreg.def b/isa/ctlreg.def new file mode 100644 index 0000000..c9eab05 --- /dev/null +++ b/isa/ctlreg.def | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | REG(DATA_INSTRUCTION_FIELD_BUFFER) // (df << 3) | if_buffer | ||
| 2 | REG(DATA_INSTRUCTION_FIELD_SAVED) // (df_saved << 3) | if_saved | ||
| 3 | REG(HALTED) | ||
| 4 | REG(INT_ENABLE) // (int_enable_delay << 1) | int_enable | ||
| 5 | REG(INT_PENDING) // only meaningful if interrupts disabled | ||
| 6 | REG(TT_BITS) // see TT[IO]_* consts in isa/isa.h | ||
| 7 | REG(TT_INPUT_INT_ENABLE) // (status_enable << 1) | (int_enable) | ||
| 8 | REG(TT_OUTPUT_INT_ENABLE) | ||
