• 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...
  • DS5250 setup with Keil compiler
    I've set up a DS5250 project with the Keil compiler. It automatically adds a copy of startup390.a51 to the project. But startup390.a51 includes reg390.h. Isn't that incorrect? Shouldn't it include reg5240...
  • 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...