diff options
author | biouman <> | 2001-04-17 04:09:45 +0000 |
---|---|---|
committer | biouman <> | 2001-04-17 04:09:45 +0000 |
commit | b0f2ef6f6e2dacd6872af7e24b40c79afcd9928d (patch) | |
tree | 823684c39be23c69d739e25300ed01774a42bbc8 /doc | |
parent | 5aed7634c8993e3366817c4b20fca1aa18eacf21 (diff) |
*** empty log message ***
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manuel.tex | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/manuel.tex b/doc/manuel.tex index a2b5e77..7eec7ba 100644 --- a/doc/manuel.tex +++ b/doc/manuel.tex @@ -27,9 +27,29 @@ méta-langage est indispensable à toute exécution de compilo. Exemple d'exécution : \begin{verbatim} +$ compilo ../samples/recherche.s recherche.o +Assembler v1.0 + +Performing initialisation... + + o Initialising the meta engine... Done! + o Meta language loading... Done! + o Initialising the assembler core... Done! + Assembling file ../samples/recherche.s... + Generating output file recherche.o... + Statistics: 29 words of text, 297 words of data, and 0 words reserved. + 19 symbols generated with 9 internal and 10 external. + + Performing shutdown... + + Exitting, bye! + \end{verbatim} + + + \section{L'Editeur de liens : linker} \section{Le Simulateur : simul } |