1) I am just getting started with the Keil 8051 IDE. For now, I am running the Hello World ASM example and would like to configure a breakpoint to break on read/write to DPTR, or any other SFR as a matter of fact. I go under Debug menu, Breakpoints and enter DPTR under expression and check off READ & WRITE check boxes yet when I go to define the breakpoint I get the message "breakpoint definition error". What's the proper way to define a breakpoint on an SFR read/write in the KEIL IDE? 2) The SP => 69H in the Hello world asm example. When the example steps into a function, the SP increments by two storing the return address. Yet when I go to View, Memory window, memory address 69h & 70h contain 0. Why can't I see the return address in memory?