From: Kalus M. <mic...@on...> - 2011-05-01 22:31:01
|
Hi Here is a tool to convert your amforth application AVRA *.lst file into an assemler source. http://dl.dropbox.com/u/1170761/relister.fs I used gforth. Open gforth, include relister.fs and type s" <ApplicationName.lst>" relister on gforth commandline. To use shell command edit relister line 77 to name of your application.lst file. Then do: gforth relister.fs > newsource.asm Made it to have applications in ONE file independent of current amforth core, so versions may be followed with diffmerge tools. ;-) Have fun. Michael |