diff options
author | Pixel <> | 2001-04-16 19:46:19 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-16 19:46:19 +0000 |
commit | 5aa98a4268a996cbda795489cf4f01f0418160e3 (patch) | |
tree | 3f6d4c81e9726fddf5f225280321a0088f189760 | |
parent | b0d0585a74ba04fc108607004ab0fca30b86172e (diff) |
Ptit changement
-rw-r--r-- | samples/Makefile.am | 4 | ||||
-rw-r--r-- | 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 ; |