Related articles |
---|
Best tools for writing an assembler? tpphysik@gmail.com (2014-02-18) |
Re: Best tools for writing an assembler? cbergstrom@pathscale.com (=?ISO-8859-1?Q?=22C=2E_Bergstr=F6m=22?=) (2014-02-19) |
Re: Best tools for writing an assembler? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2014-02-19) |
Re: Best tools for writing an assembler? ivan@ootbcomp.com (Ivan Godard) (2014-02-18) |
Re: Best tools for writing an assembler? sebastien.fricker@gmail.com (=?ISO-8859-1?Q?S=E9bastien_Fricker?=) (2014-02-19) |
Re: Best tools for writing an assembler? bobduff@TheWorld.com (Robert A Duff) (2014-02-19) |
Re: Best tools for writing an assembler? bobduff@shell01.TheWorld.com (Robert A Duff) (2014-02-19) |
Re: Best tools for writing an assembler? tpphysik@gmail.com (=?ISO-8859-1?Q?Patrik_T=FAri?=) (2014-02-20) |
[20 later articles] |
From: | =?ISO-8859-1?Q?=22C=2E_Bergstr=F6m=22?= <cbergstrom@pathscale.com> |
Newsgroups: | comp.compilers |
Date: | Wed, 19 Feb 2014 11:14:39 +0700 |
Organization: | Compilers Central |
References: | 14-02-018 |
Keywords: | assembler |
Posted-Date: | 19 Feb 2014 17:21:31 EST |
On 02/19/14 07:04 AM, tpphysik@gmail.com wrote:
> I want to write an assembler for my own processor architecture. It
> would be of middle complexity. ...
I'd recommend to just retarget an existing infrastructure to your arch.
Both of these are c++ with some level of extensibility
(yasm-nextgen fork which is used in production)
https://github.com/path64/assembler
LLVM MC - Create the appropriate tabledefs for your target
Return to the
comp.compilers page.
Search the
comp.compilers archives again.