ST7 assembler code to C?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2008-02-14 11:17 PM
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2008-02-14 10:22 PM
Posted on February 15, 2008 at 07:22
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 SebastianOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2008-02-14 11:17 PM
Posted on February 15, 2008 at 08:17
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