diff options
Diffstat (limited to 'src/main/kotlin/cpu/Cpu.kt')
| -rw-r--r-- | src/main/kotlin/cpu/Cpu.kt | 2 |
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 |