IML TD:
[TD_IML.git] / TD3 / mips1.asm
diff --git a/TD3/mips1.asm b/TD3/mips1.asm
new file mode 100644 (file)
index 0000000..218cc57
--- /dev/null
@@ -0,0 +1,8 @@
+.data
+msg: .asciiz "ça fonctionne"
+.text
+la $a0, msg
+li $v0, 4
+syscall
+li $v0, 10
+syscall
\ No newline at end of file