系统指令 ecall call .rodata str: .string "hello world!" .text .globl main main: lui a5,%hi(str) addi a0,a5,%lo(str) call puts