This is a repository containing a simplified MIPS assembler, implemented in python. The assembler is designed to convert human-readable MIPS assembly language instructions into machine code that can be executed on a MIPS processor, supporting basic arithmetic and logical operations, memory operations.
-
Go to dist folder.
-
Edit test.asm or create a .asm file with your instructions.
-
Open cmd in the same folder
-
Enter command: myAssembler
-
Output will be generated in a text file
Contributions to this repository are welcome! Feel free to fork the repository, make modifications, and submit pull requests to improve the code or add new features.