Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1 KB

README.md

File metadata and controls

24 lines (19 loc) · 1 KB

Short programs in C & MIPS Assembly

This project is the 1st in a series on Assembly programming

  1. MIPS Assembly
  1. x86 Assembly

About

Short algorthmic problems solved to practise Mips assembly language. Sorted ascendingly by difficulty.

Tasks:

Basing on the input string, print the output but:

  1. Change small letters to capital letters.
  2. Change digits for their complements.
  3. Print the longest sequence of digits.
  4. Revert the order of digits.

Reference

MIPS course (in Polish)