• Create Include Files (.inc) in Assebly
    I am using the Assembler of the Keil uVision IDE. I have wrote several modules of code that they have in common several elements such as data, flags and some sfr and Port Pins renames. What is the...
  • Including asm inc file in C
    Hi, I am mixing C and assembly and want to call assembly macros from the C file. But I do not want to define all these macros in the C file itself. There are more than one such C files and a...
  • Including asm inc file in C
    Hi, I am mixing C and assembly and want to call assembly macros from the C file. But I do not want to define all these macros in the C file itself. There are more than one such C files and a...
  • Create Include Files (.inc) in Assebly
    I am using the Assembler of the Keil uVision IDE. I have wrote several modules of code that they have in common several elements such as data, flags and some sfr and Port Pins renames. What is the...
  • inc file
    Assembler prog. I need step by step help to make include file I can print: $INCLUDE (MACROS.INC) in my source file and this is it. I try seems everything to find a way to fill my MACROS.INC and add...