Xref: utzoo comp.sys.mac.programmer:18632 comp.sys.mac.misc:5027 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!apple!portal!cup.portal.com!ts From: ts@cup.portal.com (Tim W Smith) Newsgroups: comp.sys.mac.programmer,comp.sys.mac.misc Subject: Re: ROM in RAM Message-ID: <35432@cup.portal.com> Date: 31 Oct 90 09:01:11 GMT References: <1990Oct31.032509.265@bushido.uucp> Distribution: usa Organization: The Portal System (TM) Lines: 9 Code on the Mac executes at least as fast out of ROM as it does out of RAM for many Macintoshes (all?). On PCs, the ROM is often 8 bits wide (the 80x86 processors don't have any alignment requirements, so can handle 8 bit ROMs). Copying the 8 bit ROM to 32 bit RAM lets the PC go much faster. Tim Smith