Code cleanup
git-svn-id: svn://svn.cc65.org/cc65/trunk@2728 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -86,16 +86,6 @@ void Emit3 (unsigned char OPC, ExprNode* Expr)
|
||||
|
||||
|
||||
|
||||
void Emit3b (unsigned char OPC, ExprNode* Expr, ExprNode* Bank)
|
||||
/* Emit an instruction with a three byte argument and separate bank */
|
||||
{
|
||||
Emit0 (OPC);
|
||||
EmitWord (Expr);
|
||||
EmitByte (Bank);
|
||||
}
|
||||
|
||||
|
||||
|
||||
void EmitSigned (ExprNode* Expr, unsigned Size)
|
||||
/* Emit a signed expression with the given size */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user