https://github.com/andrewn6/assembler
🔨 An assembler written in python.
https://github.com/andrewn6/assembler
Last synced: 3 months ago
JSON representation
🔨 An assembler written in python.
- Host: GitHub
- URL: https://github.com/andrewn6/assembler
- Owner: andrewn6
- License: mit
- Created: 2021-09-30T20:18:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-09T15:01:08.000Z (over 3 years ago)
- Last Synced: 2025-04-04T22:37:07.430Z (3 months ago)
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# An assembler written in python
>300 lines of code to understand disassemblers/assemblers and also Assembly.
## How to run?
```
git clone https://github.com/notandrewdev/assembler
cd assembler
```
```
make build-docker-dev
```
```
python src/main.py
```> Note: if you get no errors from make build-docker-dev, you are good to go to run this script.
## Example code
Check out samples/sample.asm, if you want some sample code to run in my assembler.## 👥 Contributors
- **[@notandrewdev](https://github.com/notandrewdev)**