Re: Cross-Platform Assembly Language Compilers?

2018-08-05 Thread Erik Christiansen
On 05.08.18 18:59, Erik Christiansen wrote: > If you make it as far as tweaking linker scripts, then the info page is > infinitely more informative than the manpage. s/the info page/the info page for ld

Re: Cross-Platform Assembly Language Compilers?

2018-08-05 Thread T BkRl
) From: Erik Christiansen Sent: Sunday, August 5, 2018 5:00 AM To: debian-user@lists.debian.org Subject: Re: Cross-Platform Assembly Language Compilers? On 30.07.18 08:11, cyaiplexys wrote: > On 07/27/2018 12:31 AM, Erik Christiansen wrote: > > On 26.07

Re: Cross-Platform Assembly Language Compilers?

2018-08-05 Thread Erik Christiansen
On 30.07.18 08:11, cyaiplexys wrote: > On 07/27/2018 12:31 AM, Erik Christiansen wrote: > > On 26.07.18 08:29, cyaiplexys wrote: > > > I'd like to try a native compiler but also I would like to have something > > > I > > > could compile for Arduino (here we go again) and ARM and other CPUs as >

Re: Cross-Platform Assembly Language Compilers?

2018-07-30 Thread cyaiplexys
On 07/27/2018 12:31 AM, Erik Christiansen wrote: On 26.07.18 08:29, cyaiplexys wrote: I'd like to try a native compiler but also I would like to have something I could compile for Arduino (here we go again) and ARM and other CPUs as well. $ apt-cache search avr | more arduino - AVR

Re: Cross-Platform Assembly Language Compilers?

2018-07-26 Thread Erik Christiansen
On 26.07.18 08:29, cyaiplexys wrote: > I'd like to try a native compiler but also I would like to have something I > could compile for Arduino (here we go again) and ARM and other CPUs as well. $ apt-cache search avr | more arduino - AVR development board IDE and built-in libraries

Re: Cross-Platform Assembly Language Compilers?

2018-07-26 Thread Joe
On Thu, 26 Jul 2018 20:10:47 +0200 deloptes wrote: > > Here we go again - true :) these are different and pretty vague > formulations: Arduino mostly AVR. ARM != AVR. > For AVR you may have advantage of using assembler. For ARM I doubt > unless you write firmware or drivers or similar. If

Re: Cross-Platform Assembly Language Compilers?

2018-07-26 Thread deloptes
Hi, cyaiplexys wrote: > Thanks to a very nostalgic thread, now I'm curious about something else. > Back in the day I used to do assembly language programming on a Tandy > Color Computer 3 with Disk-based EDASM+. > well, times have changed since. > I'm wondering what is the best

Cross-Platform Assembly Language Compilers?

2018-07-26 Thread cyaiplexys
Thanks to a very nostalgic thread, now I'm curious about something else. Back in the day I used to do assembly language programming on a Tandy Color Computer 3 with Disk-based EDASM+. I'm wondering what is the best assembler/compiler for the x86 (64-bit) system? I'd like to try a native