summaryrefslogtreecommitdiff
path: root/isa/isa.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--isa/isa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/isa/isa.h b/isa/isa.h
index 24ed108..1ad5a77 100644
--- a/isa/isa.h
+++ b/isa/isa.h
@@ -8,6 +8,7 @@ enum ctlreg {
8 DATA_INSTRUCTION_FIELD_SAVED, // (df_saved << 3) | if_saved 8 DATA_INSTRUCTION_FIELD_SAVED, // (df_saved << 3) | if_saved
9 HALTED, 9 HALTED,
10 INT_ENABLE, // (int_enable_delay << 1) | int_enable 10 INT_ENABLE, // (int_enable_delay << 1) | int_enable
11 INT_PENDING, // only meaningful if interrupts disabled
11 TT_BITS, // see below TT[IO]_* consts 12 TT_BITS, // see below TT[IO]_* consts
12 TT_INPUT_INT_ENABLE, 13 TT_INPUT_INT_ENABLE,
13 TT_OUTPUT_INT_ENABLE, 14 TT_OUTPUT_INT_ENABLE,