• Stars
    star
    1
  • Language
    Assembly
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This lab is a part of my CS233 class (Computer Architecture). Here, I implemented MIPS in a more advanced way - I used recursion, and function calling conventions. I also managed large data structures and pointers using MIPS assembly.

More Repositories

1

Simple-Verilog---Lab2

This project is a part of my CS233 class (Computer Architecture). Here, I built a simple working ALU using Verilog.
Verilog
2
star
2

springboot-kafka-cdc

MongoDB Change Streams Listener using Springboot & Kafka
1
star
3

Simple-Verilog---Lab1

This is Lab1 of my CS233 class - here I implemented simple Verilog code, understood Verilog syntax, learnt to debug using gtkwave, and practiced Combinational logic design.
C++
1
star
4

FridgeAppFinal

Simple android mobile app for users to handle amount of food leftover in fridge at any given time
Java
1
star
5

Sample-Sticker-Sheet

Creates a sticker sheet using C++ language, and a given png
C++
1
star
6

Simple-MIPS-Proccessor---Lab-6

This is a lab that was part of my CS233 class (Computer Architecture). This lab involved writing simple MIPS procedures - specifically: Arithmetic & logical operations in MIPS, Arrays & pointers in MIPS, MIPS control flow using conditionals and statements, and MIPS function calling conventions
Assembly
1
star
7

Linked-List

Linked List example using C++ language. Simple code that implements a linked list and its features.
C++
1
star
8

Hangman-Project

This project is a Hangman game that uses the Spotify Web API to come up with lyrics for a song. The game requires the player to fill in the blanks with their best guess of the song title given the artist name. They have limited tries, and if they exceed the tries then the correct song title is displayed giving them a "You Lose" statement. Then, the game continues with another hidden song title until the exit option is picked.
C++
1
star