• Including a .SRC file to assembly
    Hello, I am trying to compile an assembly file and am not sure if I am using the REG932.SRC file correctly. I created the 932.SRC from REG932.H and then inserted the line $include (REG932.SRC) in my ...
  • including assembler file into C project
    Hi all, I have to include an ASM file into my C project, this ASM file cannot be modified since it is also a part of another project using this same file. the ASM file is asm_inc.h and contains only...
  • 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?
  • Include a C header file in assembler
    There's a C header file, I want an assembly source file to include it and use the definitions. I tried this Realview's document: www.arm.com/.../1208.html But it can't help. The docuemnt said "When...
  • Conditional Includes in Assembler
    Hi all, I'm working on a project using the Keil C51 assembler on a Silicon Labs EFM8BB2 project. We're trying to port it to a BB1 (now that we have most of the features coded and the code is undergoing...