KO
|
EN
gitlite — search
Search
#python
#php
#nodejs
#go
#java
#ruby
#javascript
#scala
#oauth2
#wordpress
#bundle
#markdown
MACRO11
★ 31
Open GitHub ↗
PDP-11 crossassembler
Download README (.md)
Explore Similar Repositories
PDP11GUI
:
PDP11GUI is an integrated development environment (IDE) for PDP-11’s, running under MS Windows.
ll-34
:
Circuit-level PDP-11/34 emulator
PyPDP11
:
PDP-11 emulator in Python 3, running Unix V6
PDPy11
:
Compiler for PDP-11, written in Python
Xortran
:
A backpropagation neural network for the punch-card era
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
MACRO11
?
Download (.md)
# MACRO11 MACRO11 is an PDP-11 cross assembler, written in C. Projects files are included only for Win32 platform MS Visual Studio 2015, as it's been used as part of PDP11GUI. This MACRO11 was forked from Richard Krebiehls version in 2008. Thanks! [Richard's version is here.](http://www.dbit.com/pub/pdp11/macro11/). Changes since then: * restructured the sources * bugfixes. For example "JMP Rn is illegal" on "jmp (rx)". * added option "-listhex" to generate listings in hex instead of octal (helpful for work with modern logic analyzers). Also see my [MACRO11 page](http://www.retrocmp.com/tools/macro-11-on-windows). Apparently in 2009 my code was forked into github, without notifying me. See github.com/shattered/macro11 ! The changes made there were also merged into this code in Nov 2016.