Added my first PDP-11 add-on device component (PC11)

This commit is contained in:
Jeff Parsons 2016-10-15 16:32:59 -07:00 committed by Jeff Parsons
commit 0f4cbd6e7b
27 changed files with 1219 additions and 388 deletions

View file

@ -0,0 +1,11 @@
#
# Don't have macro11? Make yourself a copy from https://github.com/shattered/macro11
#
all: boot.json
boot.lst: boot.mac
macro11 boot.mac -l boot.lst
boot.json: boot.lst
node ../../../../modules/filedump/bin/filedump --file=boot.lst --format=octal --output=boot.json --overwrite