binary functions mostly done i think

This commit is contained in:
2023-10-03 03:07:21 -07:00
parent f7bd4be3d5
commit 08d702bd97
5 changed files with 123 additions and 65 deletions

View File

@@ -1,5 +1,5 @@
TARGETS := hello test
LIBS := binary.inc
LIBS := binary.pas ihex.pas
FPC_FLAGS := -g
FPC := fpc $(FPC_FLAGS)