• need some help with inline assembler (addcs)
    Hello, I want add some inline assembler in my c-code: but at the moment I get some errors. unsigned int sum=0; __asm ("adds %0, %1, %1, lsl #16 \n\ addcs %0, %0, #0x10000" : "=r" (sum...
  • some help would be needed with at89c2051
    if there is somebody that has 10 mins and knows asm and would like to help a bigginer i'll be waiting on yahoo msg id: geosan1638 or icq: 192992058. I can't ask for help on this forum because it...
  • need some help with inline assembler (addcs)
    Hello, I want add some inline assembler in my c-code: but at the moment I get some errors. unsigned int sum=0; __asm ("adds %0, %1, %1, lsl #16 \n\ addcs %0, %0, #0x10000" : "=r" (sum...
  • some help would be needed with at89c2051
    if there is somebody that has 10 mins and knows asm and would like to help a bigginer i'll be waiting on yahoo msg id: geosan1638 or icq: 192992058. I can't ask for help on this forum because it...
  • need some help to translate some ARM asm
    Note: This was originally posted on 10th August 2011 at http://forums.arm.com Hi, I am a C developper and I am trying to understand how works a function defined as shown below  but I have some difficulties...