File:  [gforth] / gforth / Attic / dumpimage.fs
Revision 1.1: download - view: text, annotated - select for diffs
Tue Nov 15 15:55:35 1994 UTC (29 years, 5 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
* Made slight modification in configure
* Select from make first and make more to allow first time compilation
* Added simple image dump and reload
* Added extended COLD functionality in 'COLD for image reboot
* Added boot procedures in hash.fs and history.fs

\ image dump                                           15nov94py


: dump-fi ( addr u -- )  w/o open-file throw >r
  forthstart here over - dup forthstart cell+ !
                         r@ write-file throw
  relinfo here forthstart - 1- 8 cells / 1+ r@ write-file throw
  r> close-file throw ;

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>