• assembly in c source code
    I would like to know if the following syntax is possible:- c source code..... ........ #pragma asm assembly code ..... ...... ..... #pragma endasm c source code... .... if this is not...
  • 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?
  • including source files
    Hello, I've a quick question. I have a number of source files which I want to use in my main file. How do I do this using uVision and assembly language? I've tried include "myfile.asm" and then...
  • can not step through source code of included library
    Hi, I am using Keil to load an executable .elf image to Cortex m33 based device. The .elf image is generated outside Keil using makefile, so keil is used only to load this image to sram. This ...
  • Source and headers included but not found
    Hey everyone, I am attempting to move an existing project from Atollic to Keil (as Atollic is no longer supported by my MCU). All I want to do is add the appropriate headers and source files...