Skip to content

This is a basic python assembler created for the LIM CPU

License

Notifications You must be signed in to change notification settings

Spud304/LIM-Assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIM Assembler

 

LIM Assembler

Github top language Github language count Repository size License

About   |   Features   |   Requirements   |   Starting   |   License   |   Author


About

A Simple assembler for the LIM CPU, Developed by Me with help from theerror07

✨ Features

✔️ Var Definition;
✔️ Memory Allocation Warning;
✔️ Cool timer;

✅ Requirements

Before starting 🏁, you need to have Python

🏁 Starting

# Clone this project
$ git clone https://github.com/Spud304/LIM-Assembler

# Access
$ cd LIM-Assembler

# Run
$ python3 LIM.py

🖼️ Compile

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

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Spud

 

Back to top