Method: Fisk::Instructions::DSLMethods#jnp
- Defined in:
- lib/fisk/instructions.rb
#jnp(*params) ⇒ Object
1897 1898 1899 |
# File 'lib/fisk/instructions.rb', line 1897 def jnp(*params) gen_with_insn Fisk::Instructions::JNP, params end |