• 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...
  • to store an array in flash to specific address
    Hi I have an array of unsigned chars, like: MyArray[10] = {1,2,3,4,5}; How to program this value in flash memory to specific address. thanks
  • Storing data at Specific RAM address
    Hi all I want to store my data used in the code at a particular specific address in RAM of the chip how can i do it . i tried to this but got data abort error #define test ((*volatile unsigned...
  • AT89C2051 code address start at 0x0800 instead of 0x000?
    Hi all: I am using uvision C51 evaluation software. I wrote a simple program to use AT89C2051 as the target and try out the software. However, the output hex file shows that the program address starts...