19
Xaotic
5y

I've been abusing JS Syntax to create stuff like this. Fun!

Comments
  • 1
    what is this monstrosity 😱
  • 1
    Technically you're transpiling javascript from _your_ language now.
  • 2
    .data
    message .asciiz "You sir would make a good assembly programmer"

    .text
    main:
    li $v0, 4
    la $a0, message
    syscall #prints the message

    li $v0, 10
    syscall
Add Comment