.data Hello DS "Hello World!\n" .text Print: MOV, [0xffffff04], Hello RET .start MOV R1, 10 BOUCLE: CALL Print SUB R1, 1 JNE R1, R0, BOUCLE HALT