[gforth] / gforth / code.fs  

gforth: gforth/code.fs

Diff for /gforth/code.fs between version 1.18 and 1.19

version 1.18, Mon Apr 5 22:17:56 2010 UTC version 1.19, Tue Apr 6 21:33:44 2010 UTC
Line 32 
Line 32 
     here >body cfa,      here >body cfa,
     defstart init-asm ;      defstart init-asm ;
   
   [ifdef] doabicode:
 : abi-code ( "name" -- colon-sys )      \ gforth  : abi-code ( "name" -- colon-sys )      \ gforth
    \ start a native code definition that is called using the platform's     \ start a native code definition that is called using the platform's
    \ ABI conventions corresponding to C-prototype     \ ABI conventions corresponding to C-prototype
Line 39 
Line 40 
     header      header
     doabicode: cfa,      doabicode: cfa,
     defstart init-asm ;      defstart init-asm ;
   [endif]
   
 : (;code) ( -- ) \ gforth  : (;code) ( -- ) \ gforth
     \ execution semantics of @code{;code}      \ execution semantics of @code{;code}


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help