C# Class CSPspEmu.Core.Cpu.Dynarec.DynarecFunctionCompiler

Compiles functions
Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Méthodes publiques

Méthode Description
CreateFunction ( IInstructionReader InstructionReader, uint PC, Action ExploreNewPcCallback = null, bool DoDebug = false, bool DoLog = false ) : DynarecFunction

Private Methods

Méthode Description
DynarecFunctionCompiler ( ) : System

Method Details

CreateFunction() public méthode

public CreateFunction ( IInstructionReader InstructionReader, uint PC, Action ExploreNewPcCallback = null, bool DoDebug = false, bool DoLog = false ) : DynarecFunction
InstructionReader IInstructionReader
PC uint
ExploreNewPcCallback Action
DoDebug bool
DoLog bool
Résultat DynarecFunction