Class ShiftRotate
Class that performs shift and rotate assmebly operations
Inheritance
System.Object
ShiftRotate
Assembly: XSharp.dll
Syntax
public class ShiftRotate : Emitters
Constructors
|
Improve this Doc
View Source
ShiftRotate(Compiler, Assembler)
Declaration
public ShiftRotate(Compiler aCompiler, Assembler aAsm)
Parameters
Methods
|
Improve this Doc
View Source
RotateRegister(Register, Object, Object)
Declaration
protected void RotateRegister(Register aRegister, object aOpRotate, object aNumBits)
Parameters
Type |
Name |
Description |
Register |
aRegister |
|
System.Object |
aOpRotate |
|
System.Object |
aNumBits |
|
|
Improve this Doc
View Source
ShiftRegister(Register, String, Object)
Declaration
protected void ShiftRegister(Register aRegister, string aOpShift, object aNumBits)
Parameters
Type |
Name |
Description |
Register |
aRegister |
|
System.String |
aOpShift |
|
System.Object |
aNumBits |
|
See Also