C# Class SharpOS.AOT.X86.DataInstruction

Inheritance: Mono.Cecil.Cil.Instruction
Show file Open project: sharpos/SharpOS

Public Methods

Method Description
DataInstruction ( bool indent, string label, string reference, string name, string parameters, Memory rmMemory, Register rmRegister, Register register, object value, string encoding ) : System

DataInstruction represents a data value encoded into the output image.

Encode ( bool bits32, BinaryWriter binaryWriter ) : bool

Encodes the specified bits32.

Method Details

DataInstruction() public method

DataInstruction represents a data value encoded into the output image.
public DataInstruction ( bool indent, string label, string reference, string name, string parameters, Memory rmMemory, Register rmRegister, Register register, object value, string encoding ) : System
indent bool if set to true, the data instruction is indented in the ASM dump
label string The label.
reference string The reference.
name string The name.
parameters string The parameters.
rmMemory Memory The rm memory.
rmRegister Register The rm register.
register Register The register.
value object The value.
encoding string The encoding.
return System

Encode() public method

Encodes the specified bits32.
public Encode ( bool bits32, BinaryWriter binaryWriter ) : bool
bits32 bool if set to true [bits32].
binaryWriter System.IO.BinaryWriter The binary writer.
return bool