View Single Post
Old 22 August 2022, 00:27   #2
Thomas Richter
Registered User
 
Join Date: Jan 2019
Location: Germany
Posts: 3,286
What you observe here is that <proto/exec.h> declares the execbase library entries such that SysBase is taken from address 4, and for that reason does not need SysBase as external symbol. If it is not declared, no harm is done for calling exec functions - except that they are slower than necessary because the code has now to get SysBase from chip RAM (or even worse, has to emulate the access).
Thomas Richter is offline  
 
Page generated in 0.04487 seconds with 11 queries