SetCurrentA5
SetCurrentA5 Get the current value of A5.
#include <OSUtils.h> Memory Manager
long SetCurrentA5 (void);
returns Error Code; 0=no error
Use SetCurrentA5 to get the current value of the system global variable
CurrentA5.
The SetCurrentA5 function does two things: First, it gets your application's
A5 and returns it to your application. Second, SetCurrentA5 sets register A5
to the value of the application's low-memory global variable CurrentA5.