summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorPixel <>2001-04-17 03:50:21 +0000
committerPixel <>2001-04-17 03:50:21 +0000
commit1e6cd6c406e5898f2c661adce55c8dd440e36cd5 (patch)
tree404dbddb525cbdae3fa3e0a961e76660fe362806 /samples
parent62879bdb97d41131f5fc21ae394361566102f249 (diff)
GROUUUUUUU
Diffstat (limited to 'samples')
-rw-r--r--samples/Makefile.samples2
-rw-r--r--samples/testtout.s9
2 files changed, 6 insertions, 5 deletions
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