--- gforth/vmgen-ex/mini-inst.vmg 2001/05/01 10:20:55 1.1 +++ gforth/vmgen-ex/mini-inst.vmg 2003/03/09 15:17:09 1.3 @@ -1,7 +1,7 @@ \ mini.inst is generated automatically from mini-inst.vmg and mini-super.vmg \ example .vmg file -\ Copyright (C) 2001 Free Software Foundation, Inc. +\ Copyright (C) 2001,2002 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -38,7 +38,7 @@ \E s" Inst *" single data-stack type-prefix target \ simple VM instructions: -add ( i1 i2 -- i ) +add ( i1 i2 -- i ) i = i1+i2; sub ( i1 i2 -- i ) @@ -78,7 +78,7 @@ SET_IP(target); zbranch ( #target i -- ) if (i==0) { SET_IP(target); - TAIL; + INST_TAIL; } \ The stack is organized as follows: