aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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