...
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
nasm -g -felf64 out.asm -o out.o
|
||||
nasm -g -felf64 ../input/core/strlen.asm -o strlen.o
|
||||
nasm -g -felf64 ../input/core/arrsize.asm -o arrsize.o
|
||||
nasm -g -felf64 ../input/core/str_len.asm -o str_len.o
|
||||
nasm -g -felf64 ../input/core/arr_size.asm -o arr_size.o
|
||||
nasm -g -felf64 ../input/core/print_int.asm -o print_int.o
|
||||
|
||||
ld -o out strlen.o arrsize.o out.o
|
||||
ld -o out str_len.o arr_size.o print_int.o out.o
|
||||
|
||||
Reference in New Issue
Block a user