summaryrefslogtreecommitdiff
path: root/isa/ctlreg.def
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-10-31 19:26:15 -0700
committerJulian Blake Kongslie2022-10-31 19:26:15 -0700
commit683d2d10afcee0d728794cc179f640e8a777b3c1 (patch)
treee23dc9a4ebc841782b6d34d12e47864020321a2d /isa/ctlreg.def
parentOnly use DF for addresses generated via indirection. (diff)
downloadbiggolf-683d2d10afcee0d728794cc179f640e8a777b3c1.tar.xz
Unify TT_INPUT_INT_ENABLE and TT_OUTPUT_INT_ENABLE
Diffstat (limited to '')
-rw-r--r--isa/ctlreg.def3
1 files changed, 1 insertions, 2 deletions
diff --git a/isa/ctlreg.def b/isa/ctlreg.def
index c9eab05..d490073 100644
--- a/isa/ctlreg.def
+++ b/isa/ctlreg.def
@@ -4,5 +4,4 @@ REG(HALTED)
4REG(INT_ENABLE) // (int_enable_delay << 1) | int_enable 4REG(INT_ENABLE) // (int_enable_delay << 1) | int_enable
5REG(INT_PENDING) // only meaningful if interrupts disabled 5REG(INT_PENDING) // only meaningful if interrupts disabled
6REG(TT_BITS) // see TT[IO]_* consts in isa/isa.h 6REG(TT_BITS) // see TT[IO]_* consts in isa/isa.h
7REG(TT_INPUT_INT_ENABLE) // (status_enable << 1) | (int_enable) 7REG(TT_INT_ENABLE) // (status_enable << 1) | (int_enable)
8REG(TT_OUTPUT_INT_ENABLE)