summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkiz <skiznet@aol.com>2024-08-29 16:52:01 -0400
committerSkiz <skiznet@aol.com>2024-08-29 16:52:01 -0400
commite5a7270b8c5da38d8c20fb648e377546610bdbe6 (patch)
treef84d01a9636d62430ad2926fa2d14325e6bd4e4e
parentc95026d0501b8252ad30397c6446a5febc07e1d6 (diff)
Added new way of linking
-rw-r--r--README.TXT2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.TXT b/README.TXT
index 82688c8..1bf7876 100644
--- a/README.TXT
+++ b/README.TXT
@@ -8,3 +8,5 @@ This code is licensed under the ISC license, Copyright (C) 2024 Schizoid Party.
=== Compiling ===
as src/first.s -o build/first.o && gcc -o build/first build/first.o -nostdlib -static
+
+nasm -f elf64 -o build/hello.o src/x86_64.asm && ld build/hello.o -o build/hello