implemented bcfInstruction

This commit is contained in:
Darkress
2023-06-07 20:50:32 +02:00
parent b10ad35ae8
commit a58176dfef
4 changed files with 39 additions and 3 deletions

View File

@@ -57,8 +57,7 @@ public class CommandDecoder
switch(input & 0x3C00)
{
case 0x1000:
//bcf();
break;
return new Bcf(input);
case 0x1400:
//bsf();
break;