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
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
-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
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
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