• mix asm & c
    hi, i have many function in asm now i start write coading in 'c' & i want to include this routien in my 'c' coading how can i include this routien in 'c'
  • Asm bit banding macro
    Good day. I try to create asm bit bannding macro. it's only macro and invocation code: MACRO ;macro definition sram_bit_band_set $p1,$p2 LDR R4,=0x22000000+p1*32+4*p2 MOV R5,#1 STR R5,[R4]...
  • mixing C and Assembly
    Hello,I'm using the soft-core Cortex-M0,and keil uvision 5, I have initialized the registers used for my ADDER : 0x59000000--->059FFFFFF and run simulation using vivado simulator when i tried that...
  • Mixed Display
    Is there anyway to view the assembly instructions produced in a C source file window instead of the disassembly window???
  • Mixing Assembly and C Code in KEIL
    Hullo guys , I want to write some performance-critical sections in Assembly to be called from the C code , The C compiler in my KEIL is ARMCC and the Assembler is ARMASM . Any help or guide to good...