This project is a cross-assembler for the DEC PDP-12, a 1970's era minicomputer. Because the PDP-12 is an unusual, dual instruction set architecture, existing cross-assemblers do not fully support it.
Editable installation from source:
pip install -e git+https://github.com/jnowaczek/pdp12-asm
Install the latest release from PyPI:
pip install pdp12-asm
python3 pdp12-asm.py
GPL3 or later