entry_unix_no_crt_riscv64.asm 104 B

12345678910
  1. .text
  2. .globl _start
  3. _start:
  4. ld a0, 0(sp)
  5. addi a1, sp, 8
  6. addi sp, sp, ~15
  7. call _start_odin
  8. ebreak