Class: YTLJit::OpEBX

Inherits:
OpReg32 show all
Defined in:
lib/ytljit/instruction_ia.rb

Instance Method Summary collapse

Methods inherited from OpRegistor

#using, #value

Methods inherited from Operand

#using

Instance Method Details

#reg_noObject



80
81
82
# File 'lib/ytljit/instruction_ia.rb', line 80

def reg_no
  3
end

#to_asObject



84
85
86
# File 'lib/ytljit/instruction_ia.rb', line 84

def to_as
  "%ebx"
end