Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewn6/assembler
🔨 An assembler written in python.
https://github.com/andrewn6/assembler
Last synced: 6 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-09T15:01:08.000Z (about 3 years ago)
- Last Synced: 2024-12-31T07:44:21.326Z (8 days ago)
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- 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)**