Class BitwiseEmitters
Inheritance
System.Object
BitwiseEmitters
Assembly: XSharp.dll
Syntax
public class BitwiseEmitters : Emitters
Constructors
|
Improve this Doc
View Source
BitwiseEmitters(Compiler, Assembler)
Declaration
public BitwiseEmitters(Compiler aCompiler, Assembler aAsm)
Parameters
Methods
|
Improve this Doc
View Source
BitwiseArithmetic(Register, String, Object)
Declaration
protected void BitwiseArithmetic(Register aRegister, string aOpBitwise, object aValue)
Parameters
Type |
Name |
Description |
Register |
aRegister |
|
System.String |
aOpBitwise |
|
System.Object |
aValue |
|
|
Improve this Doc
View Source
BitwiseArithmetic(Register, String, String)
Declaration
protected void BitwiseArithmetic(Register aRegister, string aOpBitwise, string aValue)
Parameters
Type |
Name |
Description |
Register |
aRegister |
|
System.String |
aOpBitwise |
|
System.String |
aValue |
|
|
Improve this Doc
View Source
BitwiseNot(Register, String, String, Register)
Declaration
protected void BitwiseNot(Register aRegister, string aOpEquals, string aOpTilde, Register aSourceRegister)
Parameters
Type |
Name |
Description |
Register |
aRegister |
|
System.String |
aOpEquals |
|
System.String |
aOpTilde |
|
Register |
aSourceRegister |
|