From 1e6cd6c406e5898f2c661adce55c8dd440e36cd5 Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Tue, 17 Apr 2001 03:50:21 +0000 Subject: GROUUUUUUU --- samples/Makefile.samples | 2 +- samples/testtout.s | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'samples') diff --git a/samples/Makefile.samples b/samples/Makefile.samples index 9877ae0..7d004ca 100644 --- a/samples/Makefile.samples +++ b/samples/Makefile.samples @@ -10,7 +10,7 @@ chmod 755 $@ rm tmp.o -all: recherche rechcara sommeentiers testtout +all: hello recherche rechcara sommeentiers testtout clean: rm -f recherche rechcara sommeenters testtout *.o __symbols__ __text__ 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