First go at adding 65C032
This commit is contained in:
@@ -131,6 +131,12 @@ void Emit3 (unsigned char OPC, ExprNode* Expr)
|
||||
EmitFarAddr (Expr);
|
||||
}
|
||||
|
||||
void Emit4 (unsigned char OPC, ExprNode* Expr)
|
||||
/* Emit an instruction with a four byte argument */
|
||||
{
|
||||
Emit0 (OPC);
|
||||
EmitDWord (Expr);
|
||||
}
|
||||
|
||||
|
||||
void EmitSigned (ExprNode* Expr, unsigned Size)
|
||||
|
||||
Reference in New Issue
Block a user