Compile time global variable definitions
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
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
|
||||
ld -o out strlen.o out.o
|
||||
|
||||
Reference in New Issue
Block a user