• Multiple debugger includes
    Hi everyone, I am having a *huge* debugger ini file that I would like to split into several single files called by some kind of master *.ini file. So far the documentation does not deal with this...
  • Multiple debugger includes
    Hi everyone, I am having a *huge* debugger ini file that I would like to split into several single files called by some kind of master *.ini file. So far the documentation does not deal with this...
  • multiple REG51.H includes
    Hello, I'm new in KEIL sw. As I can see I can include REG51.h file in only one C or ASM file in the whole project... is that possible? Best regards, Branislava
  • multiple REG51.H includes
    Hello, I'm new in KEIL sw. As I can see I can include REG51.h file in only one C or ASM file in the whole project... is that possible? Best regards, Branislava
  • How to include assembler include file in c source file?
    I have an assembly include file (.inc) which contains a macro. Is there a way to include this file in C source file?