[gforth] / gforth / code.fs  

gforth: gforth/code.fs

Diff for /gforth/code.fs between version 1.11 and 1.12

version 1.11, Sat Sep 23 15:46:51 2000 UTC version 1.12, Thu Dec 26 19:16:17 2002 UTC
Line 30 
Line 30 
 : code ( "name" -- colon-sys )  \ tools-ext  : code ( "name" -- colon-sys )  \ tools-ext
     \ start a native code definition      \ start a native code definition
     header      header
     threading-method  
     if  
         here >body cfa,          here >body cfa,
     then  
     defstart init-asm ;      defstart init-asm ;
   
 : (;code) ( -- ) \ gforth  : (;code) ( -- ) \ gforth
Line 45 
Line 42 
     defstart init-asm ;      defstart init-asm ;
 :noname ( colon-sys1 -- colon-sys2 )    \ tools-ext     semicolon-code  :noname ( colon-sys1 -- colon-sys2 )    \ tools-ext     semicolon-code
     ( 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) basic-block-end ?struc postpone [
     defstart init-asm ;      defstart init-asm ;
 interpret/compile: ;code ( compilation. colon-sys1 -- colon-sys2 )      \ tools-ext     semicolon-code  interpret/compile: ;code ( compilation. colon-sys1 -- colon-sys2 )      \ tools-ext     semicolon-code
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help