• c51: compiling in turbo compiler and keil compiler
    this is praveen frm india i am novice to embedded systems and keil compiler.my query is that "if i want to output hello world through turbo compiler it's easy, how shud i do the same with keil compiler...
  • Compiler Conversion to Keil
    I am trying to convert a very old project over from another compiler and have managed to reduce it down to a handful of problems and was wondering if anyone had a solution. Problem 1: static volatile...
  • C Structure (Keil Compiler)
    Code: /* ---------------------------------------------------------------------- * DECLARE your own open(), close(), addr(), and byte() routines here. * */ static int open1(), close1(), addr1(),...
  • Using Keil Compiler
    Let's say I use uv-2 IDE I say write a small a51 assembly program like this and add to proj org 1000h mov A,#05h mov 90,A end If i want to simulate it and see the O/p of Port 1 where'd I see it...
  • Program Size in KEIL Compiler
    Hi Every one I had code which is compiled in KEIL uversion2, and the code size is large enough. My question is how can i change the Uversion2 code to Uversion4, and i am using the external RAM for...