implement Lprintf in asm; fix int to aint in runtime

This commit is contained in:
danyaberezun 2024-02-05 16:48:27 +01:00 committed by Roman Venediktov
parent e0189d5654
commit d76d2a02ea
3 changed files with 89 additions and 125 deletions

View file

@ -51,7 +51,7 @@ runtime64.o: runtime.c runtime.h
$(CC) $(PROD_FLAGS) -c runtime.c -o runtime64.o
printf.o: printf.s
$(CC) $(PROD_FLAGS) -c printf.s -o printf.o
$(CC) $(PROD_FLAGS) -c -g printf.s -o printf.o
clean:
$(RM) *.a *.o *~ negative_scenarios/*.err