• V* Assembly Code on ARM-V8 processor with NEON & FPU Disabled
    Can we compile an existing assembly code with V* instructions, but the ARM v8 processor has the NEON and FPU disabled? If not, do we have an option to workaround this, instead of re-code everything? Please...
  • V* Assembly Code on ARM-V8 processor with NEON & FPU Disabled
    Can we compile an existing assembly code with V* instructions, but the ARM v8 processor has the NEON and FPU disabled? If not, do we have an option to workaround this, instead of re-code everything? Please...
  • ARM assembly - Fibonacci Implementation: PUSH and POP not working as expected
    have written this ARM assembly code. It is supposed to put the Fibonacci sequence numbers in R4 register. I'm trying to implement this C code in assembly: int fibbonacci(int n) { if(n == 0) return...
  • ARM assembly - Fibonacci Implementation: PUSH and POP not working as expected
    have written this ARM assembly code. It is supposed to put the Fibonacci sequence numbers in R4 register. I'm trying to implement this C code in assembly: int fibbonacci(int n) { if(n == 0) return...
  • TX is not giving expected data.
    Hi all, i am using silicon labs controller 8051F340 in which the TX of serial port is not giving expected data(acknowledgment for received data). instead it is giving some other data. It is happening...