Method: Fisk::Instructions::DSLMethods#pop
- Defined in:
- lib/fisk/instructions.rb
#pop(*params) ⇒ Object
2617 2618 2619 |
# File 'lib/fisk/instructions.rb', line 2617 def pop(*params) gen_with_insn Fisk::Instructions::POP, params end |