diff options
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 } | 
