X-Git-Url: https://git.piment-noir.org/?p=TD_IML.git;a=blobdiff_plain;f=TD3%2Fmips1.asm;fp=TD3%2Fmips1.asm;h=218cc577f73c7cf242f32d076f31aa491aa45571;hp=0000000000000000000000000000000000000000;hb=000bb88ff53b62a983a73e75b6e19dea79d63981;hpb=80b1633cbdb86828624f8b84399e10b340b398c6 diff --git a/TD3/mips1.asm b/TD3/mips1.asm new file mode 100644 index 0000000..218cc57 --- /dev/null +++ b/TD3/mips1.asm @@ -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