diff options
author | Pixel <> | 2001-04-17 00:42:20 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-17 00:42:20 +0000 |
commit | d3050fa05ca0bc9231eca96bcbf62d1ec60c9f90 (patch) | |
tree | 9ea393da66cf3d9809afb80af44f755fb36d46c3 /lib/assembler.c | |
parent | b77b22b3bd99c03b032cbd47465b1cbe34821120 (diff) |
OUAAAAAAAAAAAAAAAAA
Diffstat (limited to 'lib/assembler.c')
-rw-r--r-- | lib/assembler.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/assembler.c b/lib/assembler.c index 64eafb9..8e9452e 100644 --- a/lib/assembler.c +++ b/lib/assembler.c @@ -1650,6 +1650,7 @@ void asm_eol(void) t->pattern = NULL; t->symbol = NULL; InsererVarDansTab(&it, CreerElement(instr->names[i], t)); + fprintf(stderr, "On a %s qui vaut %i\n", instr->names[i], e_current->index); evaluate_pattern(&it, e_current); break; default: @@ -1675,6 +1676,7 @@ void asm_eol(void) t->pattern = NULL; t->symbol = NULL; } + fprintf(stderr, "On a %s qui vaut %i\n", instr->implicits[i], t->avalue); InsererVarDansTab(&it, CreerElement(instr->implicits[i], t)); break; case 1: /* type prédéfinit */ @@ -1687,6 +1689,7 @@ void asm_eol(void) t->child = t->next = NULL; t->pattern = NULL; t->symbol = NULL; + fprintf(stderr, "On a %s qui vaut %i\n", instr->implicits[i], t->avalue); InsererVarDansTab(&it, CreerElement(instr->implicits[i], t)); break; case 2: /* type valeur */ @@ -1696,6 +1699,7 @@ void asm_eol(void) t->child = t->next = NULL; t->pattern = NULL; t->symbol = NULL; + fprintf(stderr, "On a %s qui vaut %i\n", instr->implicits[i], t->avalue); InsererVarDansTab(&it, CreerElement(instr->implicits[i], t)); break; } |