Computer Organization &
Systems Programming

Click on any box for a demo or to learn more
Email sushanthmukkamalla@gmail.com for code

  • Intro to SPARC Assembly, GDB, and Git

    This program takes a single integer as input from the command line and prints a short message on the terminal.

  • Draw_S

    This program takes 4 inputs from the command line and draws an S on the terminal.

  • my_Cipher

    This propgram will encrypt/decrypt user input from stdin and output the encrypted/decrypted message to stdout.

  • Anagrams

    This is an interactive program that takes words from stdin and searches for the corresponding anagrams from a user-provided anagrams file.

  • my_LS

    Created a program called "myls" that will function very similarly to the real Unix command "ls".

  • Multi-Threading & Debugging pt. 1

    This assignment will explore OpenMP, an API that supports multi-platform shared memory multi-threading with minimal effort.

  • Multi-Threading & Debugging pt. 2

    This assignment will continue to explore OpenMP, an API that supports multi-platform shared memory multi-threading with minimal effort.