[gforth] / gforth / code.fs  

gforth: gforth/code.fs

Diff for /gforth/code.fs between version 1.2 and 1.3

version 1.2, Tue Nov 7 18:06:34 1995 UTC version 1.3, Mon May 13 16:36:54 1996 UTC
Line 37 
Line 37 
   
 : ;code ( colon-sys1 -- colon-sys2 )    \ tools-ext     semicolon-code  : ;code ( 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 )
     state @  
     IF  
         ;-hook postpone (;code) ?struc postpone [          ;-hook postpone (;code) ?struc postpone [
     ELSE  
         align here lastxt code-address!  
     THEN  
     defstart init-asm ; immediate      defstart init-asm ; immediate
   interpretation: ( -- colon-sys )
       align here lastxt code-address!
       defstart init-asm ;
   
 : end-code ( colon-sys -- )     \ gforth        end_code  : end-code ( colon-sys -- )     \ gforth        end_code
     ( end a code definition )      ( end a code definition )


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help