• how to store memory address in a register??
    Hi All I am trying to store a memory address in a register. Basically what I want is to store a memory address in a register say R0 and start a stack on the memory address. Then I wish to push some...
  • how to store memory address in a register??
    Hi All I am trying to store a memory address in a register. Basically what I want is to store a memory address in a register say R0 and start a stack on the memory address. Then I wish to push some...
  • Faking indirect SFR access
    Hi everyone, I have an 8051 boot loader for in-system programming. I have a command protocol that allows me to read and write to flash, XRAM, and IRAM over the in-system communications interface...
  • Faking indirect SFR access
    Hi everyone, I have an 8051 boot loader for in-system programming. I have a command protocol that allows me to read and write to flash, XRAM, and IRAM over the in-system communications interface...
  • 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...