Mastermind Clone in Assembly
RISC Assembly
Developed a clone of the Mastermind board game in MIPS assembly language, focusing on memory management and efficient coding practices to ensure transparency and reduce side effects.
Key aspects:
- Debugging: Utilizing breakpoints for meticulous debugging.
- Documentation: Providing detailed comments for each function.
- Memory Management: Implementing efficient memory usage with an understanding of stack operations and bit manipulation.