C# Class SharpOS.AOT.X86.AlignInstruction

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

Public Methods

Method Description
AlignInstruction ( UInt32 value ) : System

AlignInstruction causes the AOT to burn a few bytes so that the address of the following data will align to the desired boundaries. The resulting offset will be a multiple of value.

Method Details

AlignInstruction() public method

AlignInstruction causes the AOT to burn a few bytes so that the address of the following data will align to the desired boundaries. The resulting offset will be a multiple of value.
public AlignInstruction ( UInt32 value ) : System
value System.UInt32 The value.
return System