Method: Fisk::Instructions::DSLMethods#setne

Defined in:
lib/fisk/instructions.rb

#setne(*params) ⇒ Object



2875
2876
2877
# File 'lib/fisk/instructions.rb', line 2875

def setne(*params)
  gen_with_insn Fisk::Instructions::SETNE, params
end