Clarifications of EightBit library

This commit is contained in:
Adrian Conlon
2024-09-18 11:23:18 +01:00
parent 0621b9ed1d
commit 489b7b21e6
8 changed files with 5 additions and 27 deletions
+1 -5
View File
@@ -4,12 +4,8 @@
namespace EightBit
{
public class IntelOpCodeDecoded
public sealed class IntelOpCodeDecoded
{
public IntelOpCodeDecoded()
{
}
public IntelOpCodeDecoded(byte opCode)
{
this.X = (opCode & 0b11000000) >> 6; // 0 - 3