class SyntaxTree::YARV::Instruction

def length

number of operands.
it occupies in the instruction sequence. Effectively this is 1 plus the
This returns the size of the instruction in terms of the number of slots
def length
  1
end