basic alloc
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
# baseline
|
||||
nasm -g -felf64 ../input/baseline/gc.asm -o gc.o
|
||||
nasm -g -felf64 ../input/baseline/alloc.asm -o alloc.o
|
||||
nasm -g -felf64 ../input/baseline/str_cmp.asm -o str_cmp.o
|
||||
|
||||
# core
|
||||
@@ -12,4 +13,4 @@ nasm -g -felf64 ../input/core/itoa.asm -o itoa.o
|
||||
# program
|
||||
nasm -g -felf64 out.asm -o out.o
|
||||
|
||||
ld -o out str_len.o arr_size.o itoa.o gc.o str_cmp.o out.o
|
||||
ld -o out str_len.o arr_size.o itoa.o alloc.o gc.o str_cmp.o out.o
|
||||
|
||||
Reference in New Issue
Block a user