work on intel hex support

This commit is contained in:
2023-10-03 12:28:45 -07:00
parent 08d702bd97
commit 0e42524d76
4 changed files with 64 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
TARGETS := hello test
TARGETS := hello test undump
LIBS := binary.pas ihex.pas
FPC_FLAGS := -g
FPC := fpc $(FPC_FLAGS)
@@ -15,3 +15,7 @@ hello: hello.pas
test: test.pas $(LIBS)
$(FPC) $@.pas
undump: undump.pas binary.pas ihex.pas
$(FPC) $@.pas