Skip to main content

Gumnut Assembler written in Python

Project description

tests status docs status

gumnut-assembler

Gumnut Assembler written in Python.

gumnut-assembler is a python-based implementation of Peter Ashenden’s Gumnut assembler gasm which assembles the machine code to be used with his 8-bit soft-core Gumnut. For more information refer to The Designers Guide to VHDL https://www.sciencedirect.com/book/9780120887859/the-designers-guide-to-vhdl

gumnut-assembler was forked from my very first implementation created at the laboratory for digital engineering at the University of Applied Sciences Augsburg back in 2015.

As of now, gumnut-assembler supports all gasm instructions and assembles the same machine code as gasm.

Documentation

Please refer to https://gumnut-assembler.readthedocs.io/en/latest/

Changelog

3.0.0

Changed

  • Changed CLI entry point name from gumnut_assembler to gumnut-assembler

2.0.0

Changed

  • Enforced proper module names and naming convention

1.0.3

Fixed

  • Typos in README

  • Making sure tox is using the package, not the source files for testing

  • Updated development docs

1.0.2

Changed
  • The README file is now also using reStructuredText format

Fixed
  • equ directive is now working for ascii values (e.g. char_a: equ 'a')

1.0.1

Added
  • Proper CLI for standalone usage

  • Documentation (still in progress, though)

  • Introduced tox for handling testing, build, and publishing tasks

  • Introduced Github Actions for automated testing

Changed
  • Replaced nosetest with pytest as the choice for unit and integration testing

  • Updated the existing tests for pytest

Fixed
  • Module imports were fixed

1.0.0

The initial version which was gumnut-assembler was forked from.

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

gumnut-assembler-4.0.0.tar.gz (21.1 kB view hashes)

Uploaded Source

Built Distribution

gumnut_assembler-4.0.0-py3-none-any.whl (20.3 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