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

version 1.6, 1996/09/10 16:08:36 version 1.7, 1996/09/23 08:52:47
Line 27  vocabulary assembler ( -- ) \ tools-ext Line 27  vocabulary assembler ( -- ) \ tools-ext
 : init-asm ( -- )  : init-asm ( -- )
     also assembler ;      also assembler ;
   
 : code ( -- colon-sys ) \ tools-ext  : code ( "name" -- colon-sys )  \ tools-ext
     \ start a native code definition      \ start a native code definition
     header      header
     threading-method      threading-method
Line 47  vocabulary assembler ( -- ) \ tools-ext Line 47  vocabulary assembler ( -- ) \ tools-ext
     ( create the [;code] part of a low level defining word )      ( create the [;code] part of a low level defining word )
     ;-hook postpone (;code) ?struc postpone [      ;-hook postpone (;code) ?struc postpone [
     defstart init-asm ;      defstart init-asm ;
 interpret/compile: ;code  interpret/compile: ;code ( compilation. colon-sys1 -- colon-sys2 )      \ tools-ext     semicolon-code
   
 : end-code ( colon-sys -- )     \ gforth        end_code  : end-code ( colon-sys -- )     \ gforth        end_code
     ( end a code definition )      ( end a code definition )

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


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