• NEON vs Intel SSE - equivalence of certain operations
    Note: This was originally posted on 26th August 2011 at http://forums.arm.com Hi, I'm having some trouble figuring out the NEON equivalence of a couple of Intel SSE operations. It seems that NEON is not...
  • Cortex-A8 NEON strange performance issue
    Note: This was originally posted on 10th July 2013 at http://forums.arm.com Hi all, As an experienced assembly programmer, I'm currently working on NEON tutorials. First example done, it beats the original...
  • Linking Order
    Hello, I'm using C51 v 5.10 BL51 v 3.52 uVision v 1.24 1.) When I link object files in the following order, the startup code is not run. Inspection of the .hex file shows that there is no...
  • Link Order
    Using the 8051 Assembler, how can one specify the order for linking programs? They are ordered correctly in my project, and apparently passed to the linker in the same order, but I must have the order...
  • assembler order
    What means this line in assembler? __user_libspace: 0x10000AE0 ES813Bf3 ADD R3, R1, #0x0001CC00 instruction at the addr 0x10000AE0 called a ADD order to add value in R1 to R3 - but what about...