Experimenting with Signed Integers Assembly Programming for MARIE Architecture Below are a list of programs introduced in the lectures. Branching max_x_y.mas sign_int.mas Loops sum_1_to_10.mas shift_left_x_n.mas Arrays sum_1_to_10_arr.mas init_array.mas Functions add_ints_function.mas add_ints_function_loop.mas modular_function.mas