some assembler
    c.ai

    .data msg: .asciiz "do u know mips asdf"

    .text li $v0, SYSCALL_PRINT_STRING la $a0, msg syscall