From: Christian B. <cb...@st...> - 2000-09-15 12:49:41
|
Hi! On Thu, Sep 14, 2000 at 02:19:46PM +0200, Gwenole Beauchesne wrote: > In fact, I will now cut that set into two sets: > - one for compiled code that can be flushed > - one for compiled code from ROM Maybe you can use the "illegal MOVEQ" opcodes, some of which are already used for the EMUL_OPs: 71xx, 73xx, 75xx etc. > Then, it's not impossible that we get a big portion of ROM compiled > afterwards... Unfortunately, ROM A-Traps are probably not the most > useful (except parts of QuickDraw), are they ? It depends. Many ROM A-Traps get replaced by newer versions of the system software. > If I remember well, ROM is patched only once whereas rsrc patches could > be rerun at anytime. Yes. Bye, Christian -- / Coding on PowerPC and proud of it \/ http://www.uni-mainz.de/~bauec002/ |