Skip to content

Simple number base converter made in MIPS assembly.

Notifications You must be signed in to change notification settings

natan-dot-com/Number-Base-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number Base Converter

Simple base converter made in MIPS Assembly for SSC0902 - Computer Organization and Architecture discipline at ICMC/USP. The main motivation of this project is to understand how we can eventually work directly with registers and how does the work flow of an Assembly language can be.