diff options
author | Pixel <> | 2001-04-02 09:49:50 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-02 09:49:50 +0000 |
commit | 905814760584d843409763d9f3c24b73b0780444 (patch) | |
tree | 05a1643d10de5e560a6042ac839b13b365f6e638 /src/compilo.c | |
parent | ce176d3637caebac401e634b40abe8bc48505327 (diff) |
Assembleur
Diffstat (limited to 'src/compilo.c')
-rw-r--r-- | src/compilo.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compilo.c b/src/compilo.c index 161c70f..5f02e65 100644 --- a/src/compilo.c +++ b/src/compilo.c @@ -45,6 +45,9 @@ int main(void) { fprintf(stderr, _("\nPerforming initialisation...\n\n")); init_all(); + parse_line("MOV R12, R31"); + asm_eol(); + fprintf(stderr, _("\nPerforming shutdown...\n\n")); flush_all(); |