About | Features | Requirements | Starting | License | Author
A Simple assembler for the LIM CPU, Developed by Me with help from theerror07
✔️ Var Definition;
✔️ Memory Allocation Warning;
✔️ Cool timer;
Before starting 🏁, you need to have Python
# Clone this project
$ git clone https://github.com/Spud304/LIM-Assembler
# Access
$ cd LIM-Assembler
# Run
$ python3 LIM.py
If you want an .exe of your edited code, use Pyinstaller
$ cd LIM-Assembler
$ pyinstaller --onefile -i asm2bin.ico LIM.py
Then in the build folder your new and improved .exe will be created
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Spud