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