C# Class videocoreelfdis.InstructionDefinition

Afficher le fichier Open project: thubble/videocore-elf-dis Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
InitializePrintFormat ( ) : void
ReadInteger ( string action, int &i ) : int

Method Details

Bind() public méthode

public Bind ( byte bytes, int curOffset, SectionInfo section ) : BoundInstruction
bytes byte
curOffset int
section SectionInfo
Résultat BoundInstruction

InstructionDefinition() public méthode

public InstructionDefinition ( string byteFormat, string action, string callback ) : System
byteFormat string
action string
callback string
Résultat System

IsMatch() public méthode

public IsMatch ( byte possibleBytes, byte &actualBytes ) : bool
possibleBytes byte
actualBytes byte
Résultat bool