Lots of tweaks in advance of PDPjs support for loading tape files
This commit is contained in:
parent
5f3694133a
commit
ed24094683
136 changed files with 1355 additions and 498 deletions
11
apps/pdp11/boot/test/makefile
Normal file
11
apps/pdp11/boot/test/makefile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#
|
||||
# Don't have macro11? Make yourself a copy from https://github.com/shattered/macro11
|
||||
#
|
||||
|
||||
all: BOOTTEST.json
|
||||
|
||||
BOOTTEST.lst: BOOTTEST.mac
|
||||
macro11 BOOTTEST.mac -l BOOTTEST.lst
|
||||
|
||||
BOOTTEST.json: BOOTTEST.lst
|
||||
node ../../../../modules/filedump/bin/filedump --file=BOOTTEST.lst --format=octal --output=BOOTTEST.json --overwrite
|
||||
Loading…
Reference in a new issue