University of Costa Rica
Last updated: 2020-07-14
Some programs that exemplify different algorithms developed in assembler thinking of a MIPS architecture with the MARS simulator.
The content of this repository is detailed below.
- The function return the minor element of the array.
- The function return the amount of capital or lowercase letters.
- The function return the number of words even and the number of odd words. 3.The function calculate 2's complement.
- Algorithm that works on words, regarding upper and lower case, is found in: Upper_Lower_case_program.s
- Algorithm for a recursive function of C(n,k), found at: RecursiveCnk.s
- Algorithm for calculating the arithmetic average, is found in: arithmeticAverage.s
- Algorithm where the multiplication function is developed using the ALU digital circuit: Mult_Unsigned.s
- Algorithm where the division function is developed using the ALU digital circuit: Divu_Unsigned.s
- Unicycle processor