C# Class Assembler.Operand

Afficher le fichier Open project: Rohansi/VM Class Usage Examples

Méthodes publiques

Свойство Type Description
Byte bool
Label string
Line int
OperandType OperandType
Payload short?
Pointer bool

Méthodes publiques

Méthode Description
FromLabel ( string label, int line, bool ptr, bool b ) : Operand
FromNumber ( short number, bool ptr, bool b ) : Operand
FromRegister ( Registers register, bool ptr, bool b ) : Operand

Method Details

FromLabel() public static méthode

public static FromLabel ( string label, int line, bool ptr, bool b ) : Operand
label string
line int
ptr bool
b bool
Résultat Operand

FromNumber() public static méthode

public static FromNumber ( short number, bool ptr, bool b ) : Operand
number short
ptr bool
b bool
Résultat Operand

FromRegister() public static méthode

public static FromRegister ( Registers register, bool ptr, bool b ) : Operand
register Registers
ptr bool
b bool
Résultat Operand

Property Details

Byte public_oe property

public bool Byte
Résultat bool

Label public_oe property

public string Label
Résultat string

Line public_oe property

public int Line
Résultat int

OperandType public_oe property

public OperandType OperandType
Résultat OperandType

Payload public_oe property

public short? Payload
Résultat short?

Pointer public_oe property

public bool Pointer
Résultat bool