Class: IntDuplicateInstruction

Inherits:
Instruction show all
Includes:
DuplicateInstruction
Defined in:
lib/instructions/int/int_duplicate.rb

Instance Attribute Summary

Attributes included from DuplicateInstruction

#target_stack

Attributes inherited from Instruction

#context

Instance Method Summary collapse

Methods included from DuplicateInstruction

#cleanup, #derive, #preconditions?, #setup

Methods inherited from Instruction

all_instructions, #cleanup, #derive, #go, inherited, #needs, #preconditions?, #pushes, #setup, to_nudgecode

Constructor Details

#initialize(context) ⇒ IntDuplicateInstruction

Returns a new instance of IntDuplicateInstruction.



3
4
5
# File 'lib/instructions/int/int_duplicate.rb', line 3

def initialize(context)
  super(context, :int)
end