.global _start
.section .text
_start:
li a0, 1
la a1, welcome
li a2, welcome_end - welcome
li a7, 64
ecall
li a0, 0
li a7, 93
ecall
.section .data
welcome:
.ascii "pfriedrix\n"
welcome_end:
🇺🇦
Glory To Ukraine!
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



