Class: YTLJit::OpESP

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



90
91
92
# File 'lib/ytljit/instruction_ia.rb', line 90

def reg_no
  4
end

#to_asObject



94
95
96
# File 'lib/ytljit/instruction_ia.rb', line 94

def to_as
  "%esp"
end