Cleaned up the Front Panel address and data interfaces so that BOOTMON's "LIGHTS" test works as expected now

This commit is contained in:
Jeff 2016-11-09 12:46:03 -08:00 committed by Jeff Parsons
commit 595c40e446
10 changed files with 401 additions and 366 deletions

View file

@ -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