Skip to main content

Assembler for 8-bit AVR microcontrollers

Project description

rasm

This is an 8-bit AVR assembler I wrote for myself.

Installation

pip3 install rasm

Usage

See the help from the command:

python3 rasm.py --help

Development

This tool is written in Python 3. To run the tests you also need avr-objdump, colordiff, and xxd. On Debian or Ubuntu, these can be installed like this:

sudo apt install python3, python3-pip, python3-setuptools, python3-wheel, binutils-avt, colordiff, xxd

Install the package in editable mode:

pip3 install -e .

To run the test suite, just invoke:

./run_tests.sh

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rasm-0.1.0.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

rasm-0.1.0-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page