module alu(input [7:0] A,B, input [3:0] selector, output [7:0] ALU_output, output ALU_output_carry ); reg [7:0] ALU_result; wire [8:0] t