• problem with assembler
    AREA bob, CODE b main org 0 main nop nop nop nop nop loop: b loop END with this code I get the following message *** ERROR L138: CODE GENERATION: PROBLEM WHEN PROCESSING INSTRUCTIONS...
  • problem with assembler
    AREA bob, CODE b main org 0 main nop nop nop nop nop loop: b loop END with this code I get the following message *** ERROR L138: CODE GENERATION: PROBLEM WHEN PROCESSING INSTRUCTIONS...
  • Problem with compiling assembly instructions with iar workbench
    Hello all, I'm trying to compile my project using iar workbench. In my project I've used inline assembly and I'm having problem with executing an assembly instruction "ldr r1, =savebuffer" while trying...
  • Problem with compiling assembly instructions with iar workbench
    Hello all, I'm trying to compile my project using iar workbench. In my project I've used inline assembly and I'm having problem with executing an assembly instruction "ldr r1, =savebuffer" while trying...
  • Problem with linking C and ARM assembly
    I'm writing library files for the ARM. I noticed that if you include an assembly file which contains several functions, and you only use one of those functions (called in the C file) the compiler still...