GitHub topics: mips-assembly
AritraAmbudhDutta/IITK-Mini-MIPS
A MIPS processor implementation with integer and floating-point operations, supporting R-type, I-type, branch, and jump instructions.
Language: Verilog - Size: 103 KB - Last synced at: about 13 hours ago - Pushed at: about 13 hours ago - Stars: 0 - Forks: 0

joejo-joestar/uni-codes
🐢
Language: C - Size: 17.4 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 1

J-BRH/MIPS-Astro-Sprnt
[ASSEMBLY] Astro Sprnt game - Final Project SP25
Size: 9.77 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

dawoodkhatri1/Hospital-management-system-using-assembly-language
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.
Language: Assembly - Size: 11.7 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

Specy/asm-editor
A modern webapp to write, run and learn M68K and MIPS assembly code
Language: Svelte - Size: 4.49 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 147 - Forks: 8

rohitdwivedula/mips-exercises
A bunch of MIPS (assembly) programming exercises and problems done in college as a part of the course Computer Architecture (CS F342).
Language: Assembly - Size: 11.7 KB - Last synced at: 4 days ago - Pushed at: over 5 years ago - Stars: 26 - Forks: 9

SamBaker101/mips_1_assembler
MIPS assembler written in ruby
Language: Ruby - Size: 215 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

EduMIPS64/edumips64
Free cross-platform educational MIPS64 CPU Simulator. Experimental web version: https://web.edumips.org.
Language: Java - Size: 65.3 MB - Last synced at: 3 days ago - Pushed at: 11 days ago - Stars: 167 - Forks: 59

command-tab/awesome-n64-development
A curated list of Nintendo 64 development resources including toolchains, documentation, emulators, example code, and more
Language: Python - Size: 752 KB - Last synced at: 10 days ago - Pushed at: about 1 month ago - Stars: 427 - Forks: 25

Sparrrgh/Qemu-CGI-fuzzer
CGI fuzzer for MIPS, created specifically to test binaries belonging to the DSL-3788 router from D-Link
Language: Rust - Size: 114 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 3 - Forks: 0

Decompollaborate/rabbitizer
MIPS instruction decoder
Language: Assembly - Size: 2.76 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 155 - Forks: 15

Choaib-ELMADI/working-with-fpga-and-mips
A collection of practical sessions exploring FPGA programming and MIPS-based systems using the ALTERA Cyclone V DE-1 SoC board.
Language: Verilog - Size: 11.2 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 4 - Forks: 0

rrx1c/lunettes-mips-rs
Mips disassembler
Language: Rust - Size: 651 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

rswinkle/mips_book
A book on MIPS assembly programming using simulators (MARS, SPIM, QtSpim) targeted at college students.
Language: HTML - Size: 13.9 MB - Last synced at: 9 days ago - Pushed at: 17 days ago - Stars: 11 - Forks: 1

kyletimmermans/mips
Code written in MIPS Assembly, compiled in MARSv4.5
Language: Assembly - Size: 14.6 KB - Last synced at: 1 day ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

kyletimmermans/hex2mips
Convert hexadecimal codes to readable MIPS instructions and vice versa
Language: Python - Size: 5.65 MB - Last synced at: 1 day ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

Jonathas-Conceicao/Tetris-MIPS
It's the game tetris created using the MARS, MIPS Simulator, assembly languge.
Language: Assembly - Size: 336 KB - Last synced at: 5 days ago - Pushed at: over 5 years ago - Stars: 6 - Forks: 1

AleksandrHovhannisyan/MIPS-Linked-List
Full implementation of a linked list data structure in MIPS assembly with insert, delete, search, and display operations and command-line menu input.
Language: Assembly - Size: 641 KB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 1

edoardottt/asm-snippets
Some of my assembly code (examples, iterative and recursive algorithms) from Computer's Architecture course in Sapienza University, CS Bachelor's Degree :floppy_disk:
Language: Assembly - Size: 710 KB - Last synced at: 18 days ago - Pushed at: 5 months ago - Stars: 19 - Forks: 5

edd-ie/Elevator-Simulator
An elevator simulator written in MIPS assembly language
Language: Assembly - Size: 3.88 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

TimoSalomaki/EmotionEngineDisassembler
WIP disassembler capable of disassembling machine code of PlayStation 2's Emotion Engine CPU (TX79)
Language: C# - Size: 23.2 MB - Last synced at: 1 day ago - Pushed at: about 5 years ago - Stars: 9 - Forks: 1

ron-che-debugger/MiniJava-Compiler
A lightweight toolchain to compile Mini-Java source program into MIPS assembly.
Language: C - Size: 195 KB - Last synced at: 18 days ago - Pushed at: 26 days ago - Stars: 1 - Forks: 0

MoralCode/MARS-MIPS
a fork of the MARS Mips Assembly and Runtime Simulator with some changes made
Language: Java - Size: 3.54 MB - Last synced at: 20 days ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 3

wheeler-cs/PS1-Disassembler
A simple disassembler for the PS-X EXE file format.
Language: C - Size: 8.79 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

phyulwin/CPP-24F_CS2640.02-1-AssemblyProgramming
These programs were developed as part of coursework assignments and include both required tasks and bonus exercises.
Language: Assembly - Size: 221 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

m4mbo/player_reward
Assembly game.
Language: Assembly - Size: 211 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

aimalexe/DCSE
This repository is a curated collection of assignments, lab tasks, lab reports and projects that I've compiled during my journey through the Bachelor of Science program in Computer System Engineering.
Language: Jupyter Notebook - Size: 43.5 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 9 - Forks: 2

hcs64/neon64v2
NES Emulation On the N64, 2.0 WIP
Language: Assembly - Size: 355 KB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 87 - Forks: 13

ffcabbar/MIPS-Assembly-Language-Examples
:heavy_check_mark: Examples to learn Mips
Language: Assembly - Size: 12.7 KB - Last synced at: 13 days ago - Pushed at: about 5 years ago - Stars: 56 - Forks: 12

thunder04/mips-simulator
A minimal implementation of a Multi-cycle MIPS Simulator, written in C
Language: C - Size: 206 KB - Last synced at: 24 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Amirreza81/MIPS-Assembly-Language
10 questions with solutions of MIPS assembly language
Language: Assembly - Size: 294 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 1

Endares/MIPS_CPU
This project is an incremental Verilog-based MIPS CPU, developed with detailed guidance and design diagrams. Building on this foundation, a simple Snake game has been implemented on an FPGA, showcasing practical application and integration of the CPU design.
Language: HTML - Size: 28.7 MB - Last synced at: 19 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

amanley97/mipster-cpu
Single Cycle MIPS CPU
Language: VHDL - Size: 29.3 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

mariomarton/assembly-snake
Two-player Snake game written in assembly language. Designed for the MIPS CPU architecture. Thanks to QTMips Online, it can be run in a web browser.
Language: Assembly - Size: 115 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

Abductcows/GlorifiedCalculatorCompiler
A minimal compiler to MIPS Assembly for a language no one has ever heard of
Language: Java - Size: 5.82 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 5 - Forks: 0

ZIKOAR/32-bit-processor-with-vhdl
A 32-bit VHDL processor with 26 instructions, including jumps, branches, and function calls. Implementing an FSM for execution control and testing using Quartus and ModelSim.
Language: VHDL - Size: 6.84 KB - Last synced at: 29 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 1

anacierdem/libdragon-docker
Docker container for easy development with DragonMinded libdragon.
Language: JavaScript - Size: 1.48 MB - Last synced at: 26 days ago - Pushed at: 2 months ago - Stars: 30 - Forks: 3

PepeuFBV/Updating_mars
A modification of the Mars software for the MIPS architecture, corresponding to part of the operating system infrastructure to perform process management, such as creation of Syscalls, PCB, and process scheduling
Language: Java - Size: 3.94 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 2

mzainxo/SpaceBattle
Space invaders inspired game developed on MIPS MARS assembly language
Language: Assembly - Size: 3.94 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

JonayedMohiuddin/8bit-PIPELINED-MIPS
An 8-bit MIPS processor designed in Logisim, featuring pipelined and non-pipelined architectures, a custom assembler for MIPS assembly to binary conversion, extended I/O peripheral support, and some playable Game implemented in MIPS assembly.
Language: C++ - Size: 37.3 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

mehanix/teme-fmi
🎓 Homework/Coursework during my bachelor's in Computer Science
Language: Haskell - Size: 313 MB - Last synced at: 8 days ago - Pushed at: over 2 years ago - Stars: 14 - Forks: 0

guntas-13/mips-processor-basys3
Full FPGA Implementation of 32-bit FSM-based Multi-State MIPS Processor
Language: Verilog - Size: 92.7 MB - Last synced at: 28 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 1

RoySRC/MiniJavaCompiler
A MIPS compiler for the MiniJava programming language.
Language: Java - Size: 4.07 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

davidvarshanidze/CPU
CPU implementation in MIPS Assembly and Verilog
Language: Verilog - Size: 41 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Arefin994/BitStreamOS
BitStreamOS --- A custom-designed MIPS CPU and operating system built from scratch. Features include a custom instruction set, assembler for converting assembly code to binary, CPU simulation with test benches, waveform visualization, and a basic OS implementation.
Language: Verilog - Size: 2.03 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 1

theEMA-dev/asmsim
Real-time simulator for 32 bit MIPS assembly code
Language: Python - Size: 205 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

kasiimh1/MMU-Computer-Science-BSc
All my work i have submitted over the duration of my undergraduate degree in BSc Computer Science with awarding of a First Class Classification at The Manchester Metropolitan University 2017-2020
Language: Java - Size: 34.7 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

AngaBlue/asm-formatter
A formatter extension for VSCode supporting the MIPS assembly language.
Language: TypeScript - Size: 641 KB - Last synced at: 9 days ago - Pushed at: 3 months ago - Stars: 11 - Forks: 3

Emzi0767/Discord-ASM-Bot 📦
A bot that assembles ASM code and outputs resulting bytes.
Language: Python - Size: 32.2 KB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 14 - Forks: 0

OgliariNatan/Microprocessadores_MIPS 📦
Repositório criado para armazenamento de códigos da disciplina de Microprocessadores.
Language: Assembly - Size: 4.67 MB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

gaeqs/JAMS
Just Another MIPS Simulator.
Language: Java - Size: 5.92 MB - Last synced at: 15 days ago - Pushed at: 11 months ago - Stars: 5 - Forks: 0

PuruSinghvi/MIPS-Assembler
This is a simplified MIPS Assembler which scans a .asm file, assembles all the MIPS instructions, then creates a new text file with all the assembled instruction in hexadecimal form.
Language: Python - Size: 7.81 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0

a19hu/MIPS_Compiler
Mips Compiler
Language: Rust - Size: 23.1 MB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 1

PaulSchulze1337/Stationeers
This is just a playground for my little IC programs from Stationeers.
Size: 33.2 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 1

MasterCruelty/HalfLifeAssembly
This was my project I made for the exam of computer architecture 2 at University of Milan
Language: Assembly - Size: 26.4 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

ibraheemalayan/MIPS-Assembly-File-Compression
a mips assembly program that reads, compresses/decompresses files, write them back to disk.
Language: Assembly - Size: 31.3 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

MrAHMED14/mips-mini-assembler
A mini-assembler for MIPS R3000 that converts supported instructions into machine code represented in hexadecimal format.
Language: C - Size: 76.2 KB - Last synced at: 16 days ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

tuandung222/Archived-MT22_Compiler-Principle_of_Programming_Language_HCMUT
Build compiler for a C-like tiny programming language named MT22 - Principle Programming Language Course at HCMUT - Honors Program - Semester 222
Language: Python - Size: 11.5 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

RiccardoRevalor/ComputerArchitectures
Repository dedicated to the labs of the course 'Computer Architectures' of Politecnico di Torino
Language: C - Size: 42.9 MB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

HumbertoCG18/PUCRS-FSD-2.3-2023.24
Trabalhos, Projetos, Exercícios e aulas realizados em VHDL e Assembly na cadeira de Fundamentos de sistemas digitais, matéria do segundo semestre.
Language: VHDL - Size: 949 KB - Last synced at: 24 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

Devorein/aisem
A web app to convert MIPS assembly code to machine code
Language: TypeScript - Size: 115 KB - Last synced at: 22 days ago - Pushed at: about 3 years ago - Stars: 7 - Forks: 0

georgjz/language-armips 📦
Add syntax highlighting for use with the ARMIPS toolchain to Atom
Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

Henri-Mikael-Korpela/open-spyro
Open source effort to port the original Spyro the Dragon to run on Linux and Windows
Language: Rust - Size: 110 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 16 - Forks: 0

PialGhosh2233/8086_assembly_project
an ATM machine system simulation using assembly language
Language: Assembly - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0

KMihajlo/AOK_Proekti
Projects for the Computer Architecture and Organization course
Language: Assembly - Size: 1.67 MB - Last synced at: 19 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

Jiantastic/c-to-mips-compiler
C to MIPS Assembly Compiler
Language: C - Size: 71.6 MB - Last synced at: about 16 hours ago - Pushed at: over 2 years ago - Stars: 103 - Forks: 28

daedalus/MIPSemu 📦
WIP: MIPS CPU instruction set Emulator
Language: Python - Size: 23.4 KB - Last synced at: 26 days ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 2

sajadh76/Selection-Sort
Selection sort algorithm and a random number generator using MIPS - Assembly
Language: Assembly - Size: 17.6 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 6 - Forks: 0

Circuit-Overtime/assembly_x64
This repo is dedicatedly made to maintain assembly x64 & x86 codes, you are free to fork, contribute and create PR
Language: Assembly - Size: 40 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 1

zisisvakras/mips-tool-pack
A collection of useful mips templates
Language: Assembly - Size: 1.12 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 40 - Forks: 12

Chuckeyzz/DVBG18-Datorsystemteknik
A collection of the MIPS Assembly assignments for our labs in the course DVBG18 Computer System Technologies at Karlstad University
Language: Assembly - Size: 31.3 KB - Last synced at: 23 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

hornc/psx-asm-cargo
PlayStation 1 (PSX) MIPS assembly programming ... with Cargo builds.
Language: Assembly - Size: 990 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

vwaje13/Multiplication-game Fork of Ahsanawan123/Multiplication-game
A simple multiplication game coded fully in assembly.
Language: Assembly - Size: 35.2 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

felipenlunkes/MIPS-asm
MIPS Assembly experiments
Language: Assembly - Size: 23.4 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Arsham-LH/Computer-Architecture
Code files related to the Computer Architecture course, taught by M. Movahedin
Language: Verilog - Size: 593 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

navidadkhah/Assembler-Disassembler
Convert instructions to binary and vice versa
Language: Java - Size: 47.9 KB - Last synced at: 7 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

karagultm/DataPath
The project involved extending the processor to support six new instructions: brv, jmxor, nori, blezal, jalpc, and baln. This required modifications to the control logic, the addition of new multiplexers, and the inclusion of status register flags to handle the specific behaviors of these instructions.
Language: Verilog - Size: 8.17 MB - Last synced at: 9 days ago - Pushed at: 11 months ago - Stars: 0 - Forks: 2

MishraShantanu/MIPS-assembly-language
Practice code for Assembly language. Solved String manipulation problems using Assembly.
Language: Assembly - Size: 13.7 KB - Last synced at: 8 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Harikishan-AI/GroceryManagment
The Grocery Management System is designed to efficiently handle grocery and customer details for small-scale stores, offering a reliable, fast, and user-friendly solution to minimize errors and streamline operations.
Language: Assembly - Size: 27.3 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Spiderpig86/MIPSPlusPlus
:computer: A lightweight framework for MIPS Assembly.
Language: Assembly - Size: 12.7 KB - Last synced at: 14 days ago - Pushed at: about 7 years ago - Stars: 4 - Forks: 0

joachimverleysen/MIPS-game
Simple maze game, coded in MIPS assembly language
Language: Assembly - Size: 38.1 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

eZWALT/Computer-Structure
FIB-EC 2020-21 Q2 computer structure subject
Language: Assembly - Size: 88.3 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

miellekc/CS21-Sudoku-Solver-Using-MIPS-Assembly
This repository contains a program written in MIPS assembly that solves Sudoku puzzles. The input is a Sudoku board with empty cells, and the output is the solved board. The algorithm for this program involves backtracking. [CS 21 - Computer Organization & Architecture Course Requirement, UPD DCS]
Language: Assembly - Size: 194 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

zhwhong/MIPS_32_CPU_Logisim
a 32-bit MIPS instruction set CPU's design and realization based on Logisim Platform
Language: Assembly - Size: 12.8 MB - Last synced at: 9 months ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 1

MarnieGrenat/MIPS_Compiler
Código que permite montagem e desmontagem de alguns comandos assembly MIPS para hexadecimal e vice versa. Trabalho 2 de FSC
Language: Python - Size: 676 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Asterinos1/Neighbour-s-CPU-v2
This rep contains neighbour's cpu. Single-cycle / Multi-cycle CPU implementation in vhdl using ISE Xiling
Language: VHDL - Size: 5.96 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

benknoble/mips2
MIPS interpreting MIPS
Language: Python - Size: 143 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Aayush-Bhargav/MIPS_Assembler
This repository consists of an ASM code to implement bubble sort in MIPS architecture. It also contains a python assembler designed to run the ASM code.
Language: Python - Size: 70.3 KB - Last synced at: 21 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Aayush-Bhargav/MIPS-Processor-Design
This repository consists of Python codes for implementation of MIPS Pipelined processor and Non-Pipelined processor
Language: Python - Size: 402 KB - Last synced at: 21 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Andrew-EKrause/Compiler-Project
Compiler created for my CS 442 class that takes a simple language similar to C and converts the language into MIPS assembly code. The assembly code can be run using the Mars Simulator.
Language: C - Size: 4.72 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

jonpsilvestri/cmm-compiler
A compiler for C-- to MIPS32
Language: C - Size: 95.7 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

pavlosdais/Computer-Architecture-II
Assignments in Computer Architecture II
Language: Assembly - Size: 1.09 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

arashBehpour/-MIPS32-architecture-assembler-with-Qt-gui
Built a MIPS32 Simulator. Given a MIPS32 assembly file will determine if it is a valid MIPS32 file. If the file is valid then it will parse and initate starting the simulator. The simulator will go line by line, simulating the MIPS32 instruction while also updating the corresponding registers. Added a graphical user interface (GUI) for the simulator using Qt. Added an extra thread to include a run/break functionality on simulator.
Language: HTML - Size: 234 KB - Last synced at: 9 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

smagnani96/SmartSemaphore-basic 📦
Smart pedestrian semaphone, basic version.
Language: C - Size: 36 MB - Last synced at: 9 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

Zeyu-Li/CMPUT-229
A brief overview of CMPUT 229 🏫
Size: 1.06 MB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 2

khanhdq109/division
The algorithm to divide two signed 32-bit integers on computer hardware
Language: Assembly - Size: 235 KB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

RyanCasf/Assembly
Low-level sketches with MIPS, Assembly.
Language: Assembly - Size: 12.7 KB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

egekaanozalp/CS401-ComputerArchitecture
The solutions of the assignments and projects of the course CS401: Computer Architecture (Sabanci University).
Language: Assembly - Size: 1.46 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

vrajp99/MiniNim
A compiler for a subset of the Nim Programming Language.
Language: Yacc - Size: 4.69 MB - Last synced at: 11 months ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 1

BrosnanYuen/MIPS_Processor
16-bit MIPS Processor from scratch in VHDL
Language: VHDL - Size: 358 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0
