aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv64/conf/s.S
blob: 97c66ff93a9ec9458ee26f857c6fc1e0a68c0951 (plain) (blame)
1
2
3
4
5
6
7
8
9
.text
.global _start
_start:
li a0, 0 /* 0 should be NOOP */
li a1, 1
li a2, 2
li a3, 3
li a4, 4
ecall