Hunting for an (old?) 68HC11 Cross-Assembler
A friend has asked for help with some 68HC11 assembly code. The code was written for a DOS/Window开发者_如何学Cs cross-assembler with an executable name of X68C11. Does anyone know if that assembler can still be found, or if there is a compatible assembler that exists?
Well, I found that the assembler does still exist. The original creator, 2500 AD software, was bought by Avocet, who has kept up the 68HC11 product line.
Have a look at this link that might point you in the direction to find the sources...I did see that there is a way to use the GNU's gcc toolchain to produce a cross-compiled binary...
Hope this helps, Best regards, Tom.
I'm not sure about X68C11, but my University of Michigan - Dearborn curriculum required me to program a 68HC11 using a cross-assembler called AsmIDE, which you can download at http://support.technologicalarts.ca/docs/HC12-related/ThirdParty/AsmIDE/ . That seems to be the only link to it I can find on the Internet, since the developer died and his websites were all shut down. If you want to use C, the same guy wrote a handy GCC IDE called EmbeddedGNU available at http://www.evbplus.com/hcs12_9s12/EmbeddedGNU_hcs12.html .
精彩评论