Computer Architecture

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

  • 9-Bit ISA Intro.

    Introduction to creating a 9-bit processor that will be optimized to solve three programs: product, string match, and closest pair.

  • Register, ALU, and Fecth Unit

    Designed the Register file, ALU, and the fetch unit for the CPU. Everything has to be done using 9 bits.

  • Assembler

    Wrote an assembler which converts the assembly code I wrote in the introduction into 9-bit binary machine code.

  • Finished Microprocessor Design

    The completed microprocessor design which uses a 9-bit architecture to solve product, string match, and closest pair.