• Loads and Stores for unaligned memory addresses
    Hi, I am trying to write a code using Neon instructions for an iOS app, based on a previous code that has been optimized with SSE instructions for a desktop app. The SSE code has memory alignment...
  • ARM_V8 which  instructions are not support in android platform compare to ios(xcode)
    Hi,actually my code is working properly on ios (xcode) but if i run the same code on android platform which is not working i don't know how to debug on android.so please could you suggest me that which...
  • Remove multiple occurrences of a word in ARM (Big Endian)
    Hello, I am student working on a school assignment using the Keil IDE and fresh to learning assembly. I am tasked with removing multiple occurrences of a certain word in a character array (more details...
  • Big-endian kernel run on Juno board
    Hi All,      My Juno board could run a big-endian kernel, but it just work in UP mode, when I compiled the kernel in SMP mode, it always halted in "arch_spin_lock".      I checked the PE status, when...
  • IOS Development Shaking Gesture
    Hi all, In Swift IOS app Development I need help with the code for: When I get the app going I need the function for resetting the app back to the start once I shake the device on the last view controller...