Question:
Java AVR disassembler simulator?
Silas
2012-10-24 12:27:39 UTC
Hi I have created an AVR disassembler...well to the best that I can. Right now it can decode and print out the corresponding AVR instructions now I want to create something like a simulator. Basically instead of it printing out the instructions I want my program to run them. So for example let just use most peoples first program so we have a Hello World program in hex file format my program would take in the file decode it and print hello world. I am not really looking for code just some suggestions on what direction I should take to do this.
Three answers:
anonymous
2012-10-28 03:32:47 UTC
This site should help: http://softwaretopic.informer.com/avr-disassembler-java/
machin
2016-10-29 03:04:06 UTC
Avr Disassembler
FLORIAN F
2013-12-07 02:48:35 UTC
code.google.com/p/mjsim/‎


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...