Skip to content

Short algorthmic problems solved to practise Mips assembly language.

Notifications You must be signed in to change notification settings

whiteeagle44/MIPS-Assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Short algorthmic problems solved to practise Mips assembly language.

Topics

Resources

Stars

Watchers

Forks