- This topic has 8 replies, 7 voices, and was last updated 11 years, 2 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › asm. lun
pls 8051 asm programing.
when are you going to upload new projects and vedios
very sorry,we have only c codes
how can we convert the c code to asm and hex files ??
most of the compilers have the option to convert C code to hex when you build the code.. like in keil, mikroc etc
for asm, i’m not very sure.. i think some compilers auto generate the asm file when u write d c code.
Ya…….
I think conversion of C code into HEX file con be done by using software named ‘keil’.
i think you are using the keil compiler.
in it when you debug the c code by default asm code is generated see it
i think you are using the keil compiler.
in it when you debug the c code by default asm code is generated see it
use sdcc gnu c compiler on linux or unix platform and compile in terminal and the corresponding assembly file will automatically be generated from your C file. Using keil is not a professional way to program your system. For more help, refer sdcc manual webpage. http://sdcc.sourceforge.net/