| Related articles |
|---|
| Wanted: Assembler for x86 architecture in Java annr@cs.colorado.edu (Ann Root) (1999-06-27) |
| Re: Wanted: Assembler for x86 architecture in Java florin@pacifier.com (Florin) (1999-06-29) |
| Re: Wanted: Assembler for x86 architecture in Java nr@labrador.cs.virginia.edu (Norman Ramsey) (1999-06-29) |
| From: | Norman Ramsey <nr@labrador.cs.virginia.edu> |
| Newsgroups: | comp.lang.java.programmer,comp.compilers |
| Date: | 29 Jun 1999 02:59:02 -0400 |
| Organization: | University of Virginia Computer Science |
| References: | 99-06-096 |
| Keywords: | assembler |
Ann Root <annr@cs.colorado.edu> wrote:
>I am working on writing an assembler for the Intel Architecture (a
>subset of the instruction set). It needs to be written in Java...
>as you know the Intel Architecture is a nightmare to try to assemble into
>binary.
The New Jersey Machine-Code Toolkit can help with the binary
encodings, although it doesn't create a complete assembler. There's
more info at http://www.cs.virginia.edu/nr/toolkit. There's no Java
emitter at the moment, although I expect it wouldn't be too hard to
create one.
Norman
Return to the
comp.compilers page.
Search the
comp.compilers archives again.