Renamed setPcForGotoCall function to setPcFrom11BitLiteral

This commit is contained in:
Darkress
2023-05-30 01:18:51 +02:00
parent 3eaf697306
commit 022dd499ce
5 changed files with 5 additions and 8 deletions

View File

@@ -100,8 +100,7 @@ public class CommandDecoder
switch(input & 0x3800)
{
case 0x2000:
//call();
break;
return new Call(input);
case 0x2800:
return new Goto(input);
}