Added multiply and convert functions, also added 32 bit int types

This commit is contained in:
2021-01-17 16:09:41 +01:00
parent 6e2ab11578
commit 7f014174b1
5 changed files with 151 additions and 4 deletions

View File

@@ -13,8 +13,10 @@ ASFLAGS = -plosgff
SRC = \
src/crt0.s \
src/bios.s \
src/_mulint.s \
src/random.c \
src/console.c \
src/convert.c \
OBJ_1 = $(notdir $(SRC:.c=.rel))
OBJ_2 = $(notdir $(OBJ_1:.s=.rel))