CSPspEmu.Core.Cpu.Dynarec.Ast.GeneratorCSharpPsp._Generate C# (CSharp) Method

_Generate() protected method

protected _Generate ( AstNodeStmPspInstruction PspInstruction ) : void
PspInstruction AstNodeStmPspInstruction
return void
        protected void _Generate(AstNodeStmPspInstruction PspInstruction)
        {
            Generate(PspInstruction.Statement);
            Output.Write(String.Format(" // 0x{0:X8}: {1}", PspInstruction.DisassembledResult.InstructionPC, PspInstruction.DisassembledResult.AssemblyLine));
        }
GeneratorCSharpPsp