Method: Fisk::Instructions::DSLMethods#rorx

Defined in:
lib/fisk/instructions.rb

#rorx(*params) ⇒ Object



2797
2798
2799
# File 'lib/fisk/instructions.rb', line 2797

def rorx(*params)
  gen_with_insn Fisk::Instructions::RORX, params
end