summaryrefslogtreecommitdiffhomepage
path: root/Sources
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-04-27 22:14:11 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-04-27 22:14:11 +0200
commitc18972980351335ef65029aae677bac76c70d161 (patch)
treeda82aaed0dd56b78fd3c1f5b13edb14493dd8e79 /Sources
parent0fceaef4af5fbb97ec74d215177bae7a60729062 (diff)
MHR-21: initial commit.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Sources')
-rw-r--r--Sources/Detail/asmutils.h9
-rw-r--r--Sources/Detail/compilerutils.h14
2 files changed, 23 insertions, 0 deletions
diff --git a/Sources/Detail/asmutils.h b/Sources/Detail/asmutils.h
index 4718412..5440fc5 100644
--- a/Sources/Detail/asmutils.h
+++ b/Sources/Detail/asmutils.h
@@ -1,5 +1,14 @@
+/* -------------------------------------------
+
+ Copyright Mahrouss Logic
+
+------------------------------------------- */
+
#pragma once
+#include <Headers/AsmKit/AsmKit.hpp>
+#include <Headers/ParserKit.hpp>
+
using namespace CompilerKit;
/// @brief Get Number from lineBuffer.
diff --git a/Sources/Detail/compilerutils.h b/Sources/Detail/compilerutils.h
new file mode 100644
index 0000000..038f3cf
--- /dev/null
+++ b/Sources/Detail/compilerutils.h
@@ -0,0 +1,14 @@
+/* -------------------------------------------
+
+ Copyright Mahrouss Logic
+
+------------------------------------------- */
+
+#pragma once
+
+#include <Headers/AsmKit/AsmKit.hpp>
+#include <Headers/ParserKit.hpp>
+
+#define kZero64Section ".zero64"
+#define kCode64Section ".code64"
+#define kData64Section ".data64"