how to run program in c51 compiler?

<how to run the program on c51 compiler?>

Parents
  • Hi,

    You are looking new to Embedded development. Keil 51 is a cross compiler which will generate the hex or binary files which can run on hardware based on 8051 hardware. Normally turboc will generate a binary for x86 architecture,because of the processor running on our PC's is x86 family. So we are able to run this application.

Reply
  • Hi,

    You are looking new to Embedded development. Keil 51 is a cross compiler which will generate the hex or binary files which can run on hardware based on 8051 hardware. Normally turboc will generate a binary for x86 architecture,because of the processor running on our PC's is x86 family. So we are able to run this application.

Children
More questions in this forum