2008-02-14 11:17 PM
2008-02-14 10:22 PM
Hi folks!
Since I am new here... first a friendly ''Hello!'' to everyone! But now directly into medias res ;) I was wondering if there is a possibility to automatically convert ST7 assembler code to a C-file?? thanks alot Sebastian2008-02-14 11:17 PM
Sebastian,
as you know, the C compiler translates a C source file to assembly code. This translation is complex and is controlled by some options that change from compiler to compiler. If were exist a tool that does what you ask, it should be able to revert its action, at least for the code that it generates. As far as I know, such tool does not exist and I bet that it can't be made because some assembler instructions (e.g. TRAP) do not have a language C conterpart. EtaPhi