From 1e6cd6c406e5898f2c661adce55c8dd440e36cd5 Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Tue, 17 Apr 2001 03:50:21 +0000 Subject: GROUUUUUUU --- samples/testtout.s | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'samples/testtout.s') diff --git a/samples/testtout.s b/samples/testtout.s index b3e0b5b..f8bbdbf 100644 --- a/samples/testtout.s +++ b/samples/testtout.s @@ -1,7 +1,8 @@ .data -PROG1 DS "sommeentiers" -PROG2 DS "rechcara" -PROG3 DS "recherche" +PROG1 DS "hello" +PROG2 DS "sommeentiers" +PROG3 DS "rechcara" +PROG4 DS "recherche" MSG1 DS "Exécution du programme numéro " MSG2 DS " appelé " @@ -9,7 +10,7 @@ MSG3 DS "...\n" MSGTERM DS "Le programme s'est terminé!\n" MSGFIN DS "Tout est terminé, bye!\n" -PROGS DD PROG1, PROG2, PROG3, 0 +PROGS DD PROG1, PROG2, PROG3, PROG4, 0 .text .start -- cgit v1.2.3