Hi,
When TASK-A calls SYS_error(), which stack does SYS_error() call use for its execution? Is it SYStem stack or TASK-A's stack?
In my code i have a user defined plugin for SYS_error(), "my_errorhandler", which is a very big function. so do i need to increase SYSTEM stack size or TASK-A's stack?
I'm using C64+ simulator and DSP/BIOS 5.33
Regards,
Justin