Cleaned up the Front Panel address and data interfaces so that BOOTMON's "LIGHTS" test works as expected now
This commit is contained in:
parent
0de3db14b6
commit
595c40e446
10 changed files with 401 additions and 366 deletions
|
|
@ -2,10 +2,13 @@
|
|||
# Don't have macro11? Make yourself a copy from https://github.com/shattered/macro11
|
||||
#
|
||||
|
||||
all: BOOTMON.json
|
||||
all: BOOTMON.json BOOTMON.md
|
||||
|
||||
BOOTMON.txt: BOOTMON.mac
|
||||
macro11 BOOTMON.mac -l BOOTMON.txt
|
||||
|
||||
BOOTMON.json: BOOTMON.txt
|
||||
node ../../../../modules/filedump/bin/filedump --file=BOOTMON.txt --format=octal --output=BOOTMON.json --overwrite
|
||||
|
||||
BOOTMON.md: BOOTMON.mac
|
||||
tabify -8 -d BOOTMON.mac > BOOTMON.md
|
||||
|
|
|
|||
Loading…
Reference in a new issue