Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)**