[gforth] / gforth / code.fs  

gforth: gforth/code.fs

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

version 1.3, Mon May 13 16:36:54 1996 UTC version 1.4, Tue Jul 16 20:57:06 1996 UTC
Line 35 
Line 35 
     \ execution semantics of @code{;code}      \ execution semantics of @code{;code}
     r> lastxt code-address! ;      r> lastxt code-address! ;
   
 : ;code ( 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) ?struc postpone [
     defstart init-asm ;  immediate      defstart init-asm ;
 interpretation: ( -- colon-sys )  :noname ( -- colon-sys )
     align here lastxt code-address!      align here lastxt code-address!
     defstart init-asm ;      defstart init-asm ;
   special: ;code
   
 : 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.3  
changed lines
  Added in v.1.4

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help