• 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...
  • ASM
    Hi everybody I am using uVision2. How can I add an asembler code to C project? Thanks Kobi
  • C51 Some problems
    Good days! Sorry. I work with Keil .Vision3 V3.30a. Have some C8051F060 devices. When processing my programms under Debuger control don't have any problems. But after device FLASH programming and...
  • C51 Some problems
    I mean a code running on my target. The target port P5 initialized as an input port: ... P5MDOUT = 0x00; P5=0xFF; ... Then there is such fragment in my program: ... TXbuffer[2] = str[P5...
  • Problems with stack pointer in ASM
    Hi everyone, j returned to ASM programming after a lot of time programming in C, so maybe j forget some concepts.My problem is the following : j have a project in ASM made of some modules, seems that...