View Single Post
Old 29 April 2019, 22:44   #2148
Daedalus
Registered User
 
Daedalus's Avatar
 
Join Date: Jun 2009
Location: Dublin, then Glasgow
Posts: 6,343
The CPU libraries are there to deal with any incompatibilities that might arise from CPU-specific features, relative to the 68000. They offer a standard method of dealing with such things as CPU traps, which can occur when a CPU meets an instruction it can't deal with. In these sorts of cases, the library can offer a work-around instead of the system simply crashing. This method is used in the 68040.library and 68060.library files for replacing the missing FPU instructions that were present in the 68882, for example.
Daedalus is offline  
 
Page generated in 0.04733 seconds with 11 queries