On Sat, 19 Aug 2023 at 09:58, [email protected] <[email protected]> wrote:
> Is it similar to the gnu as86 assembly compiler? Actually, I just hope to > have a separate branch of the as86 assembly compiler > I don't know what GNU as86 is, but GCC does not have any assembler. GCC uses your system's assembler, which will be the GNU Binutils 'as' on many systems (proprietary UNIX systems tend to have their own 'as' that isn't the one from Binutils). > > ---- Replied Message ---- > From Jonathan Wakely<[email protected]> <[email protected]> > Date 08/19/2023 14:29 > To [email protected]<[email protected]> <[email protected]> > Cc gcc<[email protected]> <[email protected]> > Subject Re: gnu as > > > On Sat, 19 Aug 2023, 00:21 h3140067568--- via Gcc, <[email protected]> > wrote: > >> Hi, I am an open-source enthusiast from China. I really like the cross >> platform features of AS assembly compilers. I hope the community can >> independently open source a branch of the backend assembly compiler of GCC >> compiler in gcc.gnu.org, just like nasm, and continuously improve it >> through open source >> > > I'm not sure what you mean, but maybe the Binutils project is what you > want. > > >
