CSPspEmu.Core.Cpu.Emitter.CpuEmitter.jal C# (CSharp) Method

jal() public method

public jal ( ) : AstNodeStm
return AstNodeStm
        public AstNodeStm jal()
        {
            return this.CallFixedAddress(Instruction.GetJumpAddress(this.Memory, PC));
        }
CpuEmitter