/pdp12-asm

DEC PDP-12 Cross-Assembler

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PDP12-ASM

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.

Installation

Editable installation from source:

pip install -e git+https://github.com/jnowaczek/pdp12-asm

Install the latest release from PyPI:

pip install pdp12-asm

Run

python3 pdp12-asm.py

License

GPL3 or later