• SDCC error
    Hello, I am trying to convert this simple code to SDCC (due to chaninging to Linux): // main.c #include <t89c51cc01.h> #include <stdio.h> #include <lcd.h> // my own lcd header file int i ...
  • interrupt with sdcc
    hi members.... i want to use interrupts with sdcc. i write assembler programms with c at the moment. this work is a part of a project. i know the souce code for assembler but not the c source. how...
  • syntax changes from SDCC to KEIL
    I am currently in the process of porting my C program from SDCC to Keil because of several reasons. (bugs, lack of support, limitations) What I would like to know is how some of the syntax changes...
  • delay at sdcc cross compiler
    hi members... i have a question today. i'm working with the sdcc cross compiler and metabolize c in assembler. i want to delay some programms but i can't use the function sleep or wait in sdcc. i...
  • keil
    I enabled Generate Assemler SRC File and Assemble SRC File. But I was told that C_STARTUP was missing. So I add STARTUP.A51 and INIT.A51. But I was told that ?C?SCDIV and ?C?CCASE was missing.