??? 06/15/05 23:27 Read: times |
#95047 - There's an echo in here... Responding to: ???'s previous message |
Jan Waclawek said:
IMHO it would be better to have a minimal core in the target, performing just memory/SFR transmit and receive and jump to given address - that's all what's necessary (plus necessary infrastructure - initialisations/connecting, saving/restoring context when entering/exiting monitor/core). The major work is "pushed up" to PC.
http://www.8052.com/forum/read.phtml?id=95045 Andy Neil said:
I still don't see why you need anything other than the most basic "kernel" to be actually resident.
It seems to me that everything else would actually be far better off being in a PC ... All you actually need resident is something that can load & examine memory & registers, and set your code running. I can see no point in having the debugger, assembler and disassembler actually resident in the chip. http://www.8052.com/forum/read.phtml?id=94525 |