aboutsummaryrefslogtreecommitdiff
path: root/content/notes/2024-06-17-calling-assembly-functions-from-c.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-06-19 18:35:55 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-06-19 18:35:55 +0200
commit1887b2e311696d6781815545ec416fb8b6ed60fd (patch)
treec7e814d4d3bbf4dcd711dc56b95b2faf23673ce5 /content/notes/2024-06-17-calling-assembly-functions-from-c.md
parent3d2ca2089cb20bfe0322118445fd859a9a4c331d (diff)
downloadmitjafelicijan.com-1887b2e311696d6781815545ec416fb8b6ed60fd.tar.gz
Added tags to notes
Diffstat (limited to 'content/notes/2024-06-17-calling-assembly-functions-from-c.md')
-rw-r--r--content/notes/2024-06-17-calling-assembly-functions-from-c.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/notes/2024-06-17-calling-assembly-functions-from-c.md b/content/notes/2024-06-17-calling-assembly-functions-from-c.md
index 41e50e8..7e8683d 100644
--- a/content/notes/2024-06-17-calling-assembly-functions-from-c.md
+++ b/content/notes/2024-06-17-calling-assembly-functions-from-c.md
@@ -4,6 +4,7 @@ url: calling-assembly-functions-from-c.html
4date: 2024-06-17T16:12:13+02:00 4date: 2024-06-17T16:12:13+02:00
5type: note 5type: note
6draft: false 6draft: false
7tags: [c]
7--- 8---
8 9
9This is using the portable GNU assembler and TinyCC compiler but GCC or Clang 10This is using the portable GNU assembler and TinyCC compiler but GCC or Clang