[gforth] / gforth / code.fs  

gforth: gforth/code.fs

Diff for /gforth/code.fs between version 1.14 and 1.15

version 1.14, Sun Mar 9 15:16:46 2003 UTC version 1.15, Sat Mar 22 10:04:06 2003 UTC
Line 35 
Line 35 
   
 : (;code) ( -- ) \ gforth  : (;code) ( -- ) \ gforth
     \ execution semantics of @code{;code}      \ execution semantics of @code{;code}
     r> lastxt code-address! ;      r> latestxt code-address! ;
   
 :noname ( -- colon-sys )  :noname ( -- colon-sys )
     align here lastxt code-address!      align here latestxt code-address!
     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 )
Line 48 
Line 48 
   
 : end-code ( colon-sys -- )     \ gforth        end_code  : end-code ( colon-sys -- )     \ gforth        end_code
     ( end a code definition )      ( end a code definition )
     lastxt here over - flush-icache      latestxt here over - flush-icache
     previous ?struc reveal ;      previous ?struc reveal ;
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help