Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Is it possible to translate asm file to PICC ?

Status
Not open for further replies.

arschleben

Junior Member level 2
Joined
Feb 6, 2003
Messages
24
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
213
C and ASM

I have a question....does anybody knows if it is possible to translate a asm file to picc?.....

Tnx
 

Re: C and ASM

very simple i would say no .. usually there are tools that decompile and try to recover the original C source code .But those tools are offered in high end CPUs

I never heard of such a tool for a PIC and is not possible to convert an assembly originaly written source to C language ..Because the block graphs are not implied !
 

Re: C and ASM

Yes,
if you are good at PIC ASM.
if you are good at PICC.

Basically, if you can figure out what ASM program does, then you can convert it to C.
 

Re: C and ASM

Hi

You can do the same function that compiler do ( manually )
compilers knows two languages : Assembly and C, and it translate from the C language to Assembly language ... if you can understand both languages, you will be able to do what do you want .. but i think no one make a tool that do this !

BR
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top