Simple command line app for converting asm files to bin files for the LIM cpu
Project description
LIM Assembler
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 :checkered_flag:, you need to have Python
Using Pip
$ pip install LIM
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 :heart: by Spud
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
LIM-cpu-1.0.0.tar.gz
(7.5 kB
view hashes)
Built Distribution
LIM_cpu-1.0.0-py3-none-any.whl
(12.7 kB
view hashes)