# MIPS assembly language example: Manipulating arrays # Author: Ney Calazans # Function: This program takes two unidimensional vectors (V1 and V2) with a same # size and computes a third vector V3 containing only the elements # that appear in both vectors at any place within each. # # The pseudocode for this program is # # comums=0; # for(i=0; i