implemented Goto Instruction; Increment ProgramCounter;

This commit is contained in:
Darkress
2023-05-29 18:05:26 +02:00
parent bfbec8d525
commit e58624dacd
6 changed files with 78 additions and 10 deletions

View File

@@ -103,8 +103,7 @@ public class CommandDecoder
//call();
break;
case 0x2800:
//goto();
break;
return new Goto(input);
}
switch(input & 0x3C00)