/PDP11-Assembler

Assembler for a custom PDP-11 Processor Assembly

Primary LanguagePythonMIT LicenseMIT

PDP11-ASSEMBLER

A simple python cli app for compiling PDP11 assembly code

SETUP

$ pip install -r requirements.txt

Usage

$ python ./assembler compile <in_file> <out_file>