[gforth] / gforth / code.fs  

gforth: gforth/code.fs

Diff for /gforth/code.fs between version 1.8 and 1.9

version 1.8, Tue Dec 8 22:02:36 1998 UTC version 1.9, Fri Dec 3 18:24:21 1999 UTC
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 
Line 53 
     ( end a code definition )      ( end a code definition )
     lastxt here over - flush-icache      lastxt here over - flush-icache
     previous ?struc reveal ;      previous ?struc reveal ;
   


Generate output suitable for use with a patch program
Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help