itoa
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
nasm -g -felf64 out.asm -o out.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
|
||||
nasm -g -felf64 ../input/core/itoa.asm -o itoa.o
|
||||
|
||||
ld -o out str_len.o arr_size.o print_int.o out.o
|
||||
ld -o out str_len.o arr_size.o itoa.o out.o
|
||||
|
||||
Reference in New Issue
Block a user