C# Class videocoreelfdis.InstructionDefinition

Mostra file Open project: thubble/videocore-elf-dis Class Usage Examples

Public Methods

Method Description
Bind ( byte bytes, int curOffset, SectionInfo section ) : BoundInstruction
InstructionDefinition ( string byteFormat, string action, string callback ) : System
IsMatch ( byte possibleBytes, byte &actualBytes ) : bool

Private Methods

Method Description
InitializePrintFormat ( ) : void
ReadInteger ( string action, int &i ) : int

Method Details

Bind() public method

public Bind ( byte bytes, int curOffset, SectionInfo section ) : BoundInstruction
bytes byte
curOffset int
section SectionInfo
return BoundInstruction

InstructionDefinition() public method

public InstructionDefinition ( string byteFormat, string action, string callback ) : System
byteFormat string
action string
callback string
return System

IsMatch() public method

public IsMatch ( byte possibleBytes, byte &actualBytes ) : bool
possibleBytes byte
actualBytes byte
return bool