Add reference assembler from 2.11BSD with Nick's conversion to C, add tests, get...
authorNick Downing <nick@ndcode.org>
Fri, 14 Jun 2019 23:10:37 +0000 (09:10 +1000)
committerNick Downing <nick@ndcode.org>
Fri, 14 Jun 2019 23:10:37 +0000 (09:10 +1000)
commitab84bd098cc9ccaac09512626e674e8bfdea9855
tree7dfa220528b93663341ea2c630f8a8fb0e64a169
parentd1b910e905e53527350300d953f29caeeb0bc2b9
Add reference assembler from 2.11BSD with Nick's conversion to C, add tests, get S_DOUBLE and S_SINGLE instructions to compile
16 files changed:
.gitignore
aspdp11/n.sh [new file with mode: 0755]
aspdp11/pdp11mch.c
aspdp11/pdp11pst.c
aspdp11/ref/Makefile [new file with mode: 0644]
aspdp11/ref/as0.c [new file with mode: 0644]
aspdp11/ref/as0.h [new file with mode: 0644]
aspdp11/ref/as2.c [new file with mode: 0644]
aspdp11/ref/as2.h [new file with mode: 0644]
aspdp11/ref/krcompat.h [new file with mode: 0644]
aspdp11/test/crt0.asm [new file with mode: 0644]
aspdp11/test/crt0.s [new file with mode: 0644]
asxmak/linux/build/makefile
asxmak/linux/exe/_exe [deleted file]
asxxsrc/asout.c
n.sh