diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-27 22:14:11 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-27 22:14:11 +0200 |
| commit | c18972980351335ef65029aae677bac76c70d161 (patch) | |
| tree | da82aaed0dd56b78fd3c1f5b13edb14493dd8e79 /Sources | |
| parent | 0fceaef4af5fbb97ec74d215177bae7a60729062 (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.h | 9 | ||||
| -rw-r--r-- | Sources/Detail/compilerutils.h | 14 |
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" |
