Fixed incorrect RL11 addresses
This commit is contained in:
parent
d470f17cdf
commit
71546f1ed5
16 changed files with 24 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue