gnusim8085-devel team mailing list archive
-
gnusim8085-devel team
-
Mailing list archive
-
Message #00341
[Bug 579344] Re: hex file/opcode dump
I wrote a tool that takes a generated assembler listing, parses the hex
data out, and dumps it into a .bin
I was able to burn to my ROM with this and test it out on the real thing
:-)
http://www.homebrewtechnology.org/2011/02/parser-for-
gnusim8085-assembler.html
--
You received this bug notification because you are a member of
GNUSim8085 developers, which is subscribed to gnusim8085.
https://bugs.launchpad.net/bugs/579344
Title:
hex file/opcode dump
Status in gnusim8085:
New
Bug description:
According to 1875405, I would also like to propose a new facility to
dump/save the created opcode to a file, so that gnusim8085 can be used
in a live environment, where the working code can be uploaded to a
real device.