Can I get some info on how to initialise the Code memory and data memory 1)Unsigned char xdata temp _at_ 0x8000; 2)unsigned char code temp1_at_0x8000; In the cases mentioned above , how do i initialise 20 bytes of data conitiugously
"This is for exploring different possibilitis to initialize data" If you're programming in 'C', just leave it to the compiler! "I have one question below" Sounds like a new question - so best to start a new thread with it.