Move io
This commit is contained in:
5
output/build.sh
Executable file
5
output/build.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
nasm -g -felf64 out.asm -o out.o
|
||||
nasm -g -felf64 ../input/core/strlen.asm -o strlen.o
|
||||
|
||||
ld -o out out.o strlen.o
|
||||
Reference in New Issue
Block a user