• Recursive Fibonacci sequence on M4 - improving the code
    Hello, I'm learning assembly on the ARM Cortex M4. I'm trying to write a code which will display the first 5 Fibonacci numbers in register R3 then go into an endless loop. This would be the C code...
  • Recursive Fibonacci sequence on M4 - improving the code
    Hello, I'm learning assembly on the ARM Cortex M4. I'm trying to write a code which will display the first 5 Fibonacci numbers in register R3 then go into an endless loop. This would be the C code...
  • 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...
  • Programering with the 8051, novice programer questions?
    So im very keen on the 8051 and I kind of want to use it for programming. Like for righting code while Im away from the house. what compilers would be available to me? Sorry if these sound nubberish...