Class: YTLJit::OpDL

Inherits:
OpReg8 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



27
28
29
# File 'lib/ytljit/instruction_ia.rb', line 27

def reg_no
  2
end

#to_asObject



31
32
33
# File 'lib/ytljit/instruction_ia.rb', line 31

def to_as
  "%dl"
end