aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv64/conf/s.S
blob: 516dc39331973e6b87ef75f7a2e7c60852e927b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-3.0-or-later */
/* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */

.text
.global _start
_start:
li a0, 0 /* 0 should be NOOP */
li a1, 1
li a2, 2
li a3, 3
li a4, 4
ecall