C# 클래스 CSPspEmu.Core.Cpu.Emitter.MipsMethodEmitter

http://www.mrc.uidaho.edu/mrc/people/jff/digital/MIPSir.html
파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 메소드들

메소드 설명
CreateDelegate ( AstNodeStm AstNodeStm, int TotalInstructions ) : System.Result
MipsMethodEmitter ( CpuProcessor Processor, uint PC, bool DoDebug = false, bool DoLog = false ) : System

메소드 상세

CreateDelegate() 공개 메소드

public CreateDelegate ( AstNodeStm AstNodeStm, int TotalInstructions ) : System.Result
AstNodeStm AstNodeStm
TotalInstructions int
리턴 System.Result

MipsMethodEmitter() 공개 메소드

public MipsMethodEmitter ( CpuProcessor Processor, uint PC, bool DoDebug = false, bool DoLog = false ) : System
Processor CpuProcessor
PC uint
DoDebug bool
DoLog bool
리턴 System