mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-06-26 23:24:37 +00:00
Add MC6809 disassembler (untested!)
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@ -48,6 +48,8 @@ namespace EightBit
|
||||
return (sbyte)result;
|
||||
}
|
||||
|
||||
public static sbyte SignExtend(int b, int x) => SignExtend(b, (byte)x);
|
||||
|
||||
public abstract int Step();
|
||||
|
||||
public abstract int Execute();
|
||||
|
Reference in New Issue
Block a user