//END of Memory_Unit facade //Start of logic_unit facade public int ADD(int lho, int rho) { return(logic_unit.ADD(lho, rho)); }