https://github.com/natan-dot-com/number-base-converter
Simple number base converter made in MIPS assembly.
https://github.com/natan-dot-com/number-base-converter
architecture assembly base branch computer converter icmc mips number usp
Last synced: 8 months ago
JSON representation
Simple number base converter made in MIPS assembly.
- Host: GitHub
- URL: https://github.com/natan-dot-com/number-base-converter
- Owner: natan-dot-com
- Created: 2021-06-20T22:56:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-20T23:10:38.000Z (almost 5 years ago)
- Last Synced: 2025-10-12T19:44:09.282Z (8 months ago)
- Topics: architecture, assembly, base, branch, computer, converter, icmc, mips, number, usp
- Language: Assembly
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.