4445464748495051525354
/** * Constructs a new ALU. */ public ALU() { if (GatesManager.getInstance().isChipsGUIEnabled()) { gui = new ALUComponent(); gui.setLocation(80, 468); gui.reset(); } assemblerTranslator = HackAssemblerTranslator.getInstance();