• 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 assembly
    Dear All, I have written a c program like: char Read(unsigned char ucdevice,unsigned char ucaddress) { int iNo_data = 0; // some code here } The assembly generated for the line 'int iNo_data...
  • 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...
  • STM32F103RC Assembly Program link problem?
    I have written the following assembly program. It compiles without errors, but I get this warning: FirstTest.sct(8): warning: L6314W: No section matches pattern *(InRoot$$Sections). The purpose...
  • assembler
    what assembler is used foe ARM processor these days?