File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes General Computing and the fly likes Some insights to write an assembler Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » General Computing
Reply Bookmark "Some insights to write an assembler" Watch "Some insights to write an assembler" New topic
Author

Some insights to write an assembler

Arka Sharma
Ranch Hand

Joined: Jun 15, 2011
Posts: 84

Hi,

I apologize for asking this question here but I really need some insight how to write an assembler.I have defined my instruction set, registers and all.Now I want to wtrite an assembler that will take the assembly code written in my defined instructions and generate executables on any windows machine whatever be the underlying processor.Any guide is expected.

Thanks,
Arka
Tim Moores
Rancher

Joined: Sep 21, 2011
Posts: 2329
You want to write this in Java?

If this was my project I'd try to use the infrastructure of the GNU Assembler. Then the task would be down to translating your assembler syntax to the GAS syntax.
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 26716
Is that possible? Won’t your registers differ from chip to chip, so your assembler will be coupled to the type of chip?
 
 
subject: Some insights to write an assembler
 
Threads others viewed
Looking for Object Oriented Solution
Question on TX attributes
deployer, bean provider, system administrator, application assembler
New here, with a basic question to get started
what is primitive data type ?
MyEclipse, The Clear Choice