X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2Finterpret.c;fp=int%2Finterpret.c;h=bf437ae3add492154cd6aafe3beff0240ed28726;hb=1383ec4c1733cc6f07fe68e0619446d60fe5277e;hp=687509784947e25b8398d87b2142a7c9e15e624c;hpb=955c4eb992b45e48a1a3dad6418236431ddcd095;p=mTask.git diff --git a/int/interpret.c b/int/interpret.c index 6875097..bf437ae 100644 --- a/int/interpret.c +++ b/int/interpret.c @@ -20,6 +20,7 @@ void run_task(struct task *t, int fd) printf("stack: %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x\n", stack[0], stack[1], stack[2], stack[3], stack[4], stack[5], stack[6], stack[7], stack[8], stack[9]); + switch(program[pc++]){ case BCNOP: trace("nop\n"); break;