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