Click on any box for a demo or to learn moreEmail sushanthmukkamalla@gmail.com for code
Introduction to creating a 9-bit processor that will be optimized to solve three programs: product, string match, and closest pair.
Designed the Register file, ALU, and the fetch unit for the CPU. Everything has to be done using 9 bits.
Wrote an assembler which converts the assembly code I wrote in the introduction into 9-bit binary machine code.
The completed microprocessor design which uses a 9-bit architecture to solve product, string match, and closest pair.