12131415161718
private InstructionHandler insnHandler; public AssemblyScript() { instructions = new Stack<Instruction>(); insnHandler = new BasicInstructionHandler(this); }