Related articles |
---|
Configurable Assembler? cignetti@cs.duke.edu (Todd L. Cignetti) (1997-11-02) |
Re: Configurable Assembler? meissner@cygnus.com (Michael Meissner) (1997-11-03) |
Re: Configurable Assembler? gclind01@spd.louisville.edu (1997-11-07) |
Re: Configurable Assembler? rlhansen@zianet.com (Robert Hansen) (1997-11-07) |
Re: Configurable Assembler? mayan@watson.ibm.com (1997-11-09) |
From: | gclind01@spd.louisville.edu (George C. Lindauer) |
Newsgroups: | comp.compilers |
Date: | 7 Nov 1997 00:46:11 -0500 |
Organization: | University of Louisville |
References: | 97-11-014 97-11-027 |
Keywords: | assembler |
> "Todd L. Cignetti" <cignetti@cs.duke.edu> writes:
> >
> > I am looking for an assembler that allows me to specify the instructions
> > and the corresponding opcodes. Basically, I need to add new opcodes to
> > an existing instruction set.
> >
there are two or three of these things around... a simple one you can
get is called TASM and another one is called FRANKASM. Both of those
are heavily geered to byte-wide architectures. There is another
one I've seen but it is shareware and the output is mangled until you
buy, I don't remember what it is called but it would probably fill the
bill. All of these take script descriptions of the instructions, although
with FRANKASM you run various unix scripts to build C files out of the
scripts you have made... then link them with a standard set of control
software.
David
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.