Cross-platform assembler for PDP-11
Project description
PDPy11
PDPy11 is a cross-platform assembler for PDP-11 computers.
Requirements
- Python 3.6 or later
- No Python modules required
- Any platform (Windows, Mac OS, Linux)
Installation
Use pip.
$ pip3 install pdpy11
(some modern systems use pip
instead of pip3
for Python 3 packages)
Licensing
PDPy11 is licensed under GNU General Public License version 3 (which is attached to PDPy11 in 'LICENSE' file), or (at your opinion) any later version.
Development
Install the following packages from pip: coverage pytest mutmut pyfakefs pylint
. You can now run tests using make test
, run tests with coverage using make cov
, run mutation tests using make mut
and run linter using make lint
. You can add PYTHON=...
option to set path to or name of Python interpreter.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pdpy11-2.0.1.tar.gz
(75.4 kB
view hashes)
Built Distribution
pdpy11-2.0.1-py3-none-any.whl
(63.8 kB
view hashes)