aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/cpu/Cpu.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/cpu/Cpu.kt')
-rw-r--r--src/main/kotlin/cpu/Cpu.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/cpu/Cpu.kt b/src/main/kotlin/cpu/Cpu.kt
index ab8a96c..feb89bc 100644
--- a/src/main/kotlin/cpu/Cpu.kt
+++ b/src/main/kotlin/cpu/Cpu.kt
@@ -24,9 +24,9 @@ class Cpu {
extCommandGroup.putAll(miscExtended)
extCommandGroup.putAll(rotatesExtended)
extCommandGroup.putAll(shiftsExtended)
+ extCommandGroup.putAll(generateExtendedBitOps())
extendedOpcodes = extCommandGroup.toMap()
-
}
} \ No newline at end of file