Add drive firmware.

This commit is contained in:
Eric Smith 2018-02-11 17:00:27 -07:00
parent 3f1f2420a8
commit 5f6fc730f3
2 changed files with 2238 additions and 7 deletions

View File

@ -1,19 +1,18 @@
all: liron-if.bin liron-if.lst check
all: liron.bin liron.lst liron-check liron-if.bin liron-if.lst liron-if-check
%.lst %.p: %.asm
asl $< -o $@ -L
liron-if.p liron-if.lst: liron-if.asm
asl liron-if.asm -o liron-if.p -L
liron.bin: liron.p
p2bin -r '$$e000-$$ffff' liron.p
liron-if.bin: liron-if.p
p2bin -r '$$c000-$$cfff' liron-if.p
define myvar
# line 1\nline 2\nline 3\n#etc\n
endef
liron-check: liron.bin
echo "9f9f9160938f0b69c6f532f9acf194e3b48de8b195b6b47faad8423d6c1e3cce liron.bin" | sha256sum -c -
check: liron-if.bin
liron-if-check: liron-if.bin
echo "42c1ae66c6bec932669239599eb8989a5364752d56fa5c8997bb23d8dfc0b657 liron-if.bin" | sha256sum -c -
clean:

2232
liron.asm Normal file

File diff suppressed because it is too large Load Diff