7 8 9
# File 'lib/ytljit/instruction_x86.rb', line 7 def immidiate_call(addr, offset) [0xe8, offset].pack("CL") end
3 4 5
# File 'lib/ytljit/instruction_x86.rb', line 3 def rex(dst, src) [[], ""] end