Diff for /gforth/code.fs between versions 1.7 and 1.9

version 1.7, 1996/09/23 08:52:47 version 1.9, 1999/12/03 18:24:21
Line 1 Line 1
 \ ASSEMBLER, CODE etc.  \ ASSEMBLER, CODE etc.
   
 \ Copyright (C) 1995 Free Software Foundation, Inc.  \ Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 24 Line 24
   
 vocabulary assembler ( -- ) \ tools-ext  vocabulary assembler ( -- ) \ tools-ext
   
 : init-asm ( -- )  : init-asm ( -- ) \ gforth
     also assembler ;      also assembler ;
   
 : code ( "name" -- colon-sys )  \ tools-ext  : code ( "name" -- colon-sys )  \ tools-ext
Line 53  interpret/compile: ;code ( compilation. Line 53  interpret/compile: ;code ( compilation.
     ( end a code definition )      ( end a code definition )
     lastxt here over - flush-icache      lastxt here over - flush-icache
     previous ?struc reveal ;      previous ?struc reveal ;
   

Removed from v.1.7  
changed lines
  Added in v.1.9


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>