[gforth] / gforth / cross.fs  

gforth: gforth/cross.fs

Diff for /gforth/cross.fs between version 1.151 and 1.152

version 1.151, Sun Jan 29 18:34:33 2006 UTC version 1.152, Sun Feb 12 23:45:53 2006 UTC
Line 2821 
Line 2821 
 \ Variable tudp 0 tudp !  \ Variable tudp 0 tudp !
   
 : u,  ( n -- udp )  : u,  ( n -- udp )
   current-region >r user-region activate    current-region >r user-region activate .regions
   X here swap X , tup@ -    X here swap X , tup@ - .regions
   r> activate ;    r> activate ;
   
 : au, ( n -- udp )  : au, ( n -- udp )
Line 3269 
Line 3269 
 magic 7 + c!  magic 7 + c!
   
 : save-cross ( "image-name" "binary-name" -- )  : save-cross ( "image-name" "binary-name" -- )
   s" ec" X $has? IF  .regions  THEN    .regions \  s" ec" X $has? IF  .regions  THEN
   bl parse ." Saving to " 2dup type cr    bl parse ." Saving to " 2dup type cr
   w/o bin create-file throw >r    w/o bin create-file throw >r
   s" header" X $has? IF    s" header" X $has? IF


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help