Method: Fisk::Instructions::DSLMethods#setp

Defined in:
lib/fisk/instructions.rb

#setp(*params) ⇒ Object



2905
2906
2907
# File 'lib/fisk/instructions.rb', line 2905

def setp(*params)
  gen_with_insn Fisk::Instructions::SETP, params
end