summaryrefslogtreecommitdiffhomepage
path: root/src/arm64/arm64-boot.S
blob: 4fbd3f86d190dd2a9e5247ab13e4ad8fe8eab801 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* -------------------------------------------

    Copyright (C) 2024-2025, Amlal EL Mahrouss, all rights reserved.

------------------------------------------- */

.section .text
.global cb_reset_vector
cb_reset_vector:
    ldr x0, =0x40080000
    mov sp, x0         
    b cb_start_exec