Fixed incorrect RL11 addresses

This commit is contained in:
Jeff 2016-11-05 12:45:54 -07:00 committed by Jeff Parsons
commit 71546f1ed5
16 changed files with 24 additions and 24 deletions

View file

@ -2,10 +2,10 @@
# Don't have macro11? Make yourself a copy from https://github.com/shattered/macro11
#
all: PDPJSMON.json
all: BOOTMON.json
PDPJSMON.txt: PDPJSMON.mac
macro11 PDPJSMON.mac -l PDPJSMON.txt
BOOTMON.txt: BOOTMON.mac
macro11 BOOTMON.mac -l BOOTMON.txt
PDPJSMON.json: PDPJSMON.txt
node ../../../../modules/filedump/bin/filedump --file=PDPJSMON.txt --format=octal --output=PDPJSMON.json --overwrite
BOOTMON.json: BOOTMON.txt
node ../../../../modules/filedump/bin/filedump --file=BOOTMON.txt --format=octal --output=BOOTMON.json --overwrite