Method: Fisk::Instructions::DSLMethods#setb
- Defined in:
- lib/fisk/instructions.rb
#setb(*params) ⇒ Object
2836 2837 2838 |
# File 'lib/fisk/instructions.rb', line 2836 def setb(*params) gen_with_insn Fisk::Instructions::SETB, params end |