#include "custom_ops.S" .extern main .globl _prog_start .section .text.init _prog_start: li sp, 0x40001000 call main ecall .balign 32 .section .trap_entry, "ax", %progbits trap_entry: