Important: The information in this document is obsolete and should not be used for new development.
Register Preservation
Table 11-2 lists registers used in the classic 68K runtime environment and their volatility in routine calls. Registers that retain their value after a routine call are called nonvolatile. Note that these register conventions are for C and Pascal-style calls. Certain system calls may use different conventions, so you should check their definitions in the appropriate Inside Macintosh book before using them. All registers are 4 bytes long.
Appendixes