• 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...
  • compiling C & Assembler
    When i compile the following code with SRC Directive of this source file, the error occurs. Can anyone help me to deal with it? unsigned char function(char buffer) { #pragma asm MOV A, R7 MOV...
  • GNU compiler with assembly coding
    Hai all; I am doing a project in LPC2368 with MCB2300 board.Here,I am doing In application programming by referring from C:\Keil\ARM\Flash\LPC_IAP2_512.After modification this program ,I can write...
  • compile two assembly func
    Hi all, I am stuck up with an issue in Keil uvision 3 I am trying to create a project with combination of C source and assembly source files. I am trying to write all the basic functions like...
  • 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...