Branch: Tag:

2000-04-21

2000-04-21 00:29:48 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

more opcodes formalized..

Rev: src/interpret.c:1.145
Rev: src/interpret_functions.h:1.15
Rev: src/interpreter.h:1.43
Rev: src/lex.c:1.77
Rev: src/peep.c:1.31

14:   #include "stuff.h"   #include "bignum.h"    - RCSID("$Id: peep.c,v 1.30 2000/04/20 02:41:45 hubbe Exp $"); + RCSID("$Id: peep.c,v 1.31 2000/04/21 00:29:48 hubbe Exp $");      struct p_instr_s   {
345:    {    case I_ISJUMP:    ins_f_byte(c->opcode); +     case I_ISPOINTER:   #ifdef PIKE_DEBUG    if(c->arg > max_label || c->arg < 0) fatal("Jump to unknown label?\n");