Editing MixedModeMagic
"''In the beginning (1984), there was the classic Macintosh programming model, based on the Motorola <nowiki>680x0</nowiki> processor and code segments. Then in 1991, the PowerPC processor was introduced. There was concern about compatibility with existing 68K applications (including the Finder), and the first step in addressing this concern was writing a 68LC040 emulator which allowed 68K code to run unmodified in the new environment. As part of this effort, a method had to be devised to switch between the native PPC and the emulated 68K modes - thus, the Mixed Mode Manager was born.''" -- [http://developer.apple.com/technotes/tn/tn1077.html Tech Note 1077] One of many horrifying discoveries made on AndrewFarmer's investigation of the classic MacOS architecture. MixedModeMagic was the trap (<nowiki>$AAFE</nowiki>) which was used to call from 68K code into PowerPC code (usually within system traps, as multi-platform libraries were always supported). NearlyEmptyPages
Summary:
This change is a minor edit.
(Visit
Preferences
to set your user name.)