• 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...
  • assembler
    what is an assembler and what is keil-microversion3 ..... are their function same??
  • assembler
    O.K. then. I know how to include for example main.c to startup.s but don't know how and where to include main.s , where is difference between the both startup.s's.
  • assembly
    HI After exucating this two program code AREA armtxt,CODE,READONLY ENTRY MOV R0,#0x0F MOV R1,#0x0F MOV R2,#0x0F MOV R3,#0x0F MOV R4,#0x0F END AREA armtxt,CODE,READONLY ENTRY Main MOV R0,#0x0F...