Provide the ASCII code for the 10 decimal digits with an even parity bit in the leftmost position. Write a MIPS program to perform the following operations on the two signed binary numbers $S1=11110000 and $S2=11110101: S1 AND S2 S1 + S2 S1 OR S2 (S1+S2) AND S2 ...