Axiom.Compiler.Framework.Generators.AMGenerator.EmitBCall C# (CSharp) Method

EmitBCall() public method

public EmitBCall ( IAbstractMachinePredicate pred ) : void
pred IAbstractMachinePredicate
return void
        public void EmitBCall(IAbstractMachinePredicate pred)
        {
            _instructions.Add(_instructionSet.CreateInstruction("bcall", pred.Name() + "/" + pred.Arity()));
        }