Re: [Amforth] porting amforth to avr-as

2014-02-02 Thread Andreas Wagner
On Sat, Jan 4, 2014 at 5:16 AM, Matthias Trute wrote: > Hi Andreas, > > > This past weekend I have begun porting amforth to build with avr-as so > that > > the whole thing can be built using 100% free software. > > Did you convert the files manually or with a tool? > Much of it was done manually

Re: [Amforth] porting amforth to avr-as

2014-01-04 Thread Enoch
Hello Andreas, Andreas Wagner writes: > Hello forthwrights! > > This past weekend I have begun porting amforth to build with avr-as so that > the whole thing can be built using 100% free software. > > There are some things left to do such as doubling addresses because gas is > byte oriented, not

Re: [Amforth] porting amforth to avr-as

2014-01-04 Thread Erich Waelde
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On 01/04/2014 11:16 AM, Matthias Trute wrote: > Hi Andreas, > >> This past weekend I have begun porting amforth to build with avr-as so that >> the whole thing can be built using 100% free software. > > Did you convert the files manually or with

Re: [Amforth] porting amforth to avr-as

2014-01-04 Thread Matthias Trute
Hi Andreas, > This past weekend I have begun porting amforth to build with avr-as so that > the whole thing can be built using 100% free software. Did you convert the files manually or with a tool? > > There are some things left to do such as doubling addresses because gas is > byte oriented, n

[Amforth] porting amforth to avr-as

2013-12-30 Thread Andreas Wagner
Hello forthwrights! This past weekend I have begun porting amforth to build with avr-as so that the whole thing can be built using 100% free software. There are some things left to do such as doubling addresses because gas is byte oriented, not word oriented. I also need to deal with the fact tha