From 5aa98a4268a996cbda795489cf4f01f0418160e3 Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Mon, 16 Apr 2001 19:46:19 +0000 Subject: Ptit changement --- samples/Makefile.am | 4 +++- samples/sommeentiers.s | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/samples/Makefile.am b/samples/Makefile.am index 1883279..2e54d6a 100644 --- a/samples/Makefile.am +++ b/samples/Makefile.am @@ -1 +1,3 @@ -EXTRA_DIST = rechcara.asm recherche.asm sommeentiers.asm Makefile.samples instructions.txt +EXTRA_DIST = rechcara.s recherche.s sommeentiers.s Makefile.samples instructions.txt + +TESTS = make -f Makefile.samples diff --git a/samples/sommeentiers.s b/samples/sommeentiers.s index 2e533a7..e8b6926 100644 --- a/samples/sommeentiers.s +++ b/samples/sommeentiers.s @@ -25,4 +25,4 @@ BOUCLE: ADD R1,R1,R5 ; R1=R1+R5 MOV, [0xffffff06], SOMME ; MOV, [0xffffff06], SOMME+2 ; MOV, [0xffffff04], MSG2 ; - HALT \ No newline at end of file + HALT ; -- cgit v1.2.3