aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormithe24 <mithe24@student.sdu.dk>2025-10-08 13:35:41 +0200
committermithe24 <mithe24@student.sdu.dk>2025-10-29 13:49:57 +0100
commitfa03afa46984fbf6eacbd5540e4e318d161cbbe0 (patch)
treecd5e2f567a407ee459d94fcfd8ed3088fce3bc96
parent07816c4c9c257c327bb93a72ed3a9b680816136c (diff)
downloadsorter-fa03afa46984fbf6eacbd5540e4e318d161cbbe0.tar.gz
sorter-fa03afa46984fbf6eacbd5540e4e318d161cbbe0.zip
chore(snippets): move snippetss to src/
Diffstat (limited to '')
-rw-r--r--src/lib/allocate.s (renamed from snippets/allocate.s)1
-rw-r--r--src/lib/fileHandling.s (renamed from snippets/fileHandling.s)0
-rw-r--r--src/lib/parsing.s (renamed from snippets/parsing.s)0
-rw-r--r--src/lib/utils.s (renamed from snippets/utils.s)0
4 files changed, 1 insertions, 0 deletions
diff --git a/snippets/allocate.s b/src/lib/allocate.s
index ef80957..fdd9bf8 100644
--- a/snippets/allocate.s
+++ b/src/lib/allocate.s
@@ -18,3 +18,4 @@ allocate:
syscall
pop %rax # the old end, which is the address of our allocated memory
ret
+
diff --git a/snippets/fileHandling.s b/src/lib/fileHandling.s
index 17a9428..17a9428 100644
--- a/snippets/fileHandling.s
+++ b/src/lib/fileHandling.s
diff --git a/snippets/parsing.s b/src/lib/parsing.s
index e039be6..e039be6 100644
--- a/snippets/parsing.s
+++ b/src/lib/parsing.s
diff --git a/snippets/utils.s b/src/lib/utils.s
index f63d3f9..f63d3f9 100644
--- a/snippets/utils.s
+++ b/src/lib/utils.s