mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-19 15:16:41 +00:00
Clarifications of EightBit library
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user