Coeasm

Assembler to .coe for an example instruction set


License
WTFPL
Install
pip install Coeasm==1.1.1

Documentation

coeasm

A tiny assembler for a processor that's being implemented in VHDL I should probably host the VHDL source on git somehwere... and then merge this INTO it... because otherwise... it doesn't make sense

Installing coeasm

Install from pip:

pip3 install coeasm

For development, clone from github and run the tests with:

git clone https://github.com/CptSpaceToaster/coeasm.git
cd coeasm
make test

Usage

Help:

coeasm -h