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

Compiles functions
Show file Open project: soywiz/cspspemu Class Usage Examples

Public Methods

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

Private Methods

Method Description
DynarecFunctionCompiler ( ) : System

Method Details

CreateFunction() public method

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
return DynarecFunction