Method: Fisk::Instructions::DSLMethods#xchg
- Defined in:
- lib/fisk/instructions.rb
#xchg(*params) ⇒ Object
5056 5057 5058 |
# File 'lib/fisk/instructions.rb', line 5056 def xchg(*params) gen_with_insn Fisk::Instructions::XCHG, params end |