Method: Fisk::Instructions::DSLMethods#int
- Defined in:
- lib/fisk/instructions.rb
#int(*params) ⇒ Object
1825 1826 1827 |
# File 'lib/fisk/instructions.rb', line 1825 def int(*params) gen_with_insn Fisk::Instructions::INT, params end |