Add timer and test program

This commit is contained in:
Byron Lathi
2022-12-29 11:51:38 -05:00
parent 642dfcbeb1
commit 8c4102612f
9 changed files with 98 additions and 2306 deletions

View File

@@ -1,4 +1,4 @@
TARGETS=stacktest runram
TARGETS=stacktest runram timer
all: $(TARGETS)
@@ -7,6 +7,6 @@ $(TARGETS):
xxd -ps $@ | fold -w 2 > $@.hex
clean:
rm $(TARGETS)
rm -f $(TARGETS)
rm *.hex
rm *.list