| Related articles |
|---|
| Assembly to C for 16bit microcontroller bubunia2000@yahoo.co.in (Sobhan) (2002-10-13) |
| Re: Assembly to C for 16bit microcontroller Martin.Ward@durham.ac.uk (Martin Ward) (2002-10-24) |
| From: | "Sobhan" <bubunia2000@yahoo.co.in> |
| Newsgroups: | comp.compilers |
| Date: | 13 Oct 2002 15:57:54 -0400 |
| Organization: | http://groups.google.com/ |
| Keywords: | disassemble |
| Posted-Date: | 13 Oct 2002 15:57:53 EDT |
Hi all,
Iam searching for a tool which will convert the
C165/C166/C167(infineon) assembly instruction set into C
language..Does any body know any freeware of it?? If anybody know
tool which will convert the 8086 assembly instruction set to C
language also suffice my objective as it will be almost
similar,right??
Regds Sobhan
[What you're looking for is known as a decompiler. They've been
discussed at length here. A few that did extensive analysis of
the code worked sort of OK, most give you no more than assembly
code with C syntax. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.