Module: YTLJit::AssemblerUtilX86

Defined in:
lib/ytljit/instruction_x86.rb

Instance Method Summary collapse

Instance Method Details

#immidiate_call(addr, offset) ⇒ Object



7
8
9
# File 'lib/ytljit/instruction_x86.rb', line 7

def immidiate_call(addr, offset)
  [0xe8, offset].pack("CL")
end

#rex(dst, src) ⇒ Object



3
4
5
# File 'lib/ytljit/instruction_x86.rb', line 3

def rex(dst, src)
  [[], ""]
end