Class: YTLJit::OpAL

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



7
8
9
# File 'lib/ytljit/instruction_ia.rb', line 7

def reg_no
  0
end

#to_asObject



11
12
13
# File 'lib/ytljit/instruction_ia.rb', line 11

def to_as
  "%al"
end