summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/AAL/CPU
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-05 11:10:54 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-05 11:14:57 +0100
commitc3b10ee1e28737375d65c3811f390d77a84fc165 (patch)
tree898acd05db58943e7b9203232c00445c17ce4836 /dev/LibCompiler/AAL/CPU
parentb6f625090109568d4bfd9f5fc6bc5c88682795b8 (diff)
WIP: ARM64 support is coming soon.
WIP: Prototyping ELF linker for ZkaOS. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibCompiler/AAL/CPU')
-rw-r--r--dev/LibCompiler/AAL/CPU/amd64.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/LibCompiler/AAL/CPU/amd64.h b/dev/LibCompiler/AAL/CPU/amd64.h
index 5de8a5a..02f008e 100644
--- a/dev/LibCompiler/AAL/CPU/amd64.h
+++ b/dev/LibCompiler/AAL/CPU/amd64.h
@@ -18,6 +18,8 @@ typedef uint8_t i64_byte_t;
typedef uint16_t i64_hword_t;
typedef uint32_t i64_word_t;
+#define kAsmRegisterPrefix "r"
+
struct CpuOpcodeAMD64
{
std::string fName;