MIPS WebAssembly VM
Write your assembly code, then click "Run Code".
MIPS source code:
# print 42 li $a0, 42 li $v0, 1 syscall # print '\n' li $a0, 10 li $v0, 11 syscall # exit li $v0, 10 syscall
Loading the compiler...
Output :