--- gforth/code.fs 2003/01/14 22:52:55 1.13 +++ gforth/code.fs 2003/03/22 10:04:06 1.15 @@ -1,6 +1,6 @@ \ ASSEMBLER, CODE etc. -\ Copyright (C) 1995,1996,1997,1999 Free Software Foundation, Inc. +\ Copyright (C) 1995,1996,1997,1999,2003 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -35,10 +35,10 @@ vocabulary assembler ( -- ) \ tools-ext : (;code) ( -- ) \ gforth \ execution semantics of @code{;code} - r> lastxt code-address! ; + r> latestxt code-address! ; :noname ( -- colon-sys ) - align here lastxt code-address! + align here latestxt code-address! defstart init-asm ; :noname ( colon-sys1 -- colon-sys2 ) \ tools-ext semicolon-code ( create the [;code] part of a low level defining word ) @@ -48,6 +48,6 @@ interpret/compile: ;code ( compilation. : end-code ( colon-sys -- ) \ gforth end_code ( end a code definition ) - lastxt here over - flush-icache + latestxt here over - flush-icache previous ?struc reveal ;