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

halt() public method

public halt ( ) : AstNodeStm
return AstNodeStm
        public AstNodeStm halt()
        {
            throw (new NotImplementedException("halt"));
        }
CpuEmitter