Branch: Tag:

2000-04-18

2000-04-18 17:23:35 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

some preparations for machine code compiling (possibly JIT)

Rev: src/Makefile.in:1.188
Rev: src/interpret_functions.h:1.1
Rev: src/interpreter.h:1.38
Rev: src/lex.c:1.68
Rev: src/lex.h:1.14
Rev: src/peep.c:1.29

14:   #include "stuff.h"   #include "bignum.h"    - RCSID("$Id: peep.c,v 1.28 1999/11/08 20:50:51 grubba Exp $"); + RCSID("$Id: peep.c,v 1.29 2000/04/18 17:23:35 hubbe Exp $");      struct p_instr_s   {
289:    jumps[c->arg]=tmp;    break;    +  case I_TWO_ARGS: +  /* */    case I_HASARG:    ins_f_byte_with_arg(c->opcode, c->arg);    break;