This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Query about SYS_error()

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