Rotating LED display

Status
Not open for further replies.

zesla

New Member
Hello guys,

A friend of mine wants to make this rotating LED display:
AkiKorhonen.org - Projects - Rotating led display
The program of this circuit is written in C language, He told me that he is able to program the microcontroller itself by C but wants to have an assembely version of the program too. How to reach to this goal? Any software to convert the C to the asembley?
Or any alternative method?

Thanks.
 
Is the compiler itself able to convert the C to the assembly?

hi,
Thats not possible.

You could try to convert the hex file that the C compiler creates back to assembler, by using a disassembler on the hex code.
 
Last edited:
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…