Introduction to assembly programming language in MARS MIPS simulator.
-
Updated
Mar 17, 2025 - Assembly
Introduction to assembly programming language in MARS MIPS simulator.
A Hospital Management System in MIPS Assembly for the MARS simulator. It supports adding, viewing, and searching patient records with a simple text-based interface. This system handles up to 10 patients and demonstrates basic assembly programming concepts.
A doodle jump clone coded from scratch entirely in MIPS Assembly language. It is complete with powerups like springs, jetpack, and various platform types like clouds, wood, etc.
An Iterative Implementation of the Binary Search Algorithm in Assembly Language for the MIPS Architecture.
A fork of MARS (MIPS Assembler and Runtime Simulator) containing an additional tool for analyzing the control unit of MIPS datapath
A fully playable maze game written in MIPS Assembly, running on MARS 4.5
This system will demonstrate the flow of how plant and its surrounding being monitored
Implementación del cifrado Playfair completo en MIPS Assembly. Construye la matriz 5×5, lee texto desde .txt y cifra por pares con los 3 casos del algoritmo.
A comprehensive portfolio of low-level algorithms, memory management, and hardware simulation written in pure MIPS32 Assembly.
Repositorio con los programas en ensamblador del Laboratorio #1 de Estructura de Computadores (MIPS – MARS)
Several simple programs written using the MIPS assembly language. The programs perform simple tasks such as sorting data. A MIPS IDE is included in the project as a .jar file.
2D Platformer Game written in MIPS Assembly
A classic **Snake Game** implemented in **MIPS Assembly**, designed to run on the **MIPS Mars Simulator** with bitmap display. The game handles keyboard inputs, real-time snake movement, and collision logic to simulate a playable retro game.
Convolutional Neural Network (CNN) mathematical operations—including 2D convolution, ReLU, and Max Pooling—written in pure MIPS assembly.
MIPS assembly coursework — HCMUT Computer Architecture (Shunting-yard calculator)
Some programs that exemplify different algorithms developed in assembler thinking of a MIPS architecture with the MARS simulator
Recreation of the classic ATARI game River Raid in MIPS Assembly for the Computer Architecture course at IFRN
Interactive MIPS Assembly quiz system with real-time timing, error handling, and performance analytics. Educational project showcasing low-level programming concepts, syscalls, memory management, and user interaction in computer architecture coursework.
A text-based money-transaction simulator written entirely in MIPS Assembly, running in the MARS simulator — nested menus, spending limits, and transaction history with zero external dependencies.
Add a description, image, and links to the mars-simulator topic page so that developers can more easily learn about it.
To associate your repository with the mars-simulator topic, visit your repo's landing page and select "manage topics."