when using the mon51, inside the install.a51 the wr_code function, need to add thing ?
wr_code function, need to add thing
Only if your target needs some special setup to WRITE into code memory. If you're simply overlaying it with XDATA, then what's there should work fine. If you have some registers to setup to write to code memory, then, yes, you need to make those changes there.
Jon