Class: YTLJit::OpEBP

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



100
101
102
# File 'lib/ytljit/instruction_ia.rb', line 100

def reg_no
  5
end

#to_asObject



104
105
106
# File 'lib/ytljit/instruction_ia.rb', line 104

def to_as
  "%ebp"
end