From a6e35c04ce8a37e78702997977c95e1d1bafb932 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Mon, 16 Jul 2018 21:57:53 +0100 Subject: Add CALLs --- src/main/kotlin/cpu/Cpu.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/kotlin/cpu/Cpu.kt') diff --git a/src/main/kotlin/cpu/Cpu.kt b/src/main/kotlin/cpu/Cpu.kt index ce5ba43..3336900 100644 --- a/src/main/kotlin/cpu/Cpu.kt +++ b/src/main/kotlin/cpu/Cpu.kt @@ -19,6 +19,7 @@ class Cpu { stdCommandGroup.putAll(misc) stdCommandGroup.putAll(rotates) stdCommandGroup.putAll(jumps) + stdCommandGroup.putAll(calls) standardOpcodes = stdCommandGroup.toMap() val extCommandGroup: MutableMap = mutableMapOf() -- cgit v1.2.3