Can somewhat load from audio
This commit is contained in:
@@ -266,6 +266,8 @@ namespace Desktop
|
||||
mnemonic = $"LD E, 0x{val1E:X2}";
|
||||
instructionLength = 2;
|
||||
break;
|
||||
case 0x1F: mnemonic = $"RRA";
|
||||
break;
|
||||
case 0x20:
|
||||
sbyte jrOffset = (sbyte)_memoryBus.Read((ushort)(currentPc + 1));
|
||||
ushort destination = (ushort)(currentPc + 2 + jrOffset);
|
||||
|
||||
Reference in New Issue
Block a user