From d3050fa05ca0bc9231eca96bcbf62d1ec60c9f90 Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Tue, 17 Apr 2001 00:42:20 +0000 Subject: OUAAAAAAAAAAAAAAAAA --- lib/assembler.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/assembler.c') 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; } -- cgit v1.2.3