summaryrefslogtreecommitdiff
path: root/samples/testtout.s
diff options
context:
space:
mode:
Diffstat (limited to 'samples/testtout.s')
-rw-r--r--samples/testtout.s11
1 files changed, 6 insertions, 5 deletions
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