/mips-downsampler

Primary LanguageAssemblyGNU General Public License v3.0GPL-3.0

MIPS Downsampler

This project downsamples files containing square matrices with integer values to the level specified by the user.

Usage:

  1. Create an input file "input.txt" in the directory of the program.
  2. Enter the dimension of the matrix as the first line of the input file.
  3. Enter the matrix, each row written on a separate line in the input file.
  4. Execute the .asm file.