summaryrefslogtreecommitdiff
path: root/src/compilo.c
diff options
context:
space:
mode:
authorPixel <>2001-04-02 09:49:50 +0000
committerPixel <>2001-04-02 09:49:50 +0000
commit905814760584d843409763d9f3c24b73b0780444 (patch)
tree05a1643d10de5e560a6042ac839b13b365f6e638 /src/compilo.c
parentce176d3637caebac401e634b40abe8bc48505327 (diff)
Assembleur
Diffstat (limited to 'src/compilo.c')
-rw-r--r--src/compilo.c3
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();