From 7fd114712c1921cb03748d42deeb655f6b225cce Mon Sep 17 00:00:00 2001 From: James Barnett Date: Tue, 17 Jul 2018 21:01:26 +0100 Subject: Implement the last set of ops. RETs --- 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 32fd39a..91150c4 100644 --- a/src/main/kotlin/cpu/Cpu.kt +++ b/src/main/kotlin/cpu/Cpu.kt @@ -21,6 +21,7 @@ class Cpu { stdCommandGroup.putAll(jumps) stdCommandGroup.putAll(calls) stdCommandGroup.putAll(restarts) + stdCommandGroup.putAll(returns) standardOpcodes = stdCommandGroup.toMap() val extCommandGroup: MutableMap = mutableMapOf() -- cgit v1.2.3