This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
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


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
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: 102

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: 2407
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: 32654
    
    4
Is that possible? Won’t your registers differ from chip to chip, so your assembler will be coupled to the type of chip?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Some insights to write an assembler
 
Similar Threads
what is primitive data type ?
Question on TX attributes
Looking for Object Oriented Solution
deployer, bean provider, system administrator, application assembler
New here, with a basic question to get started