mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-18 23:33:16 +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