Page 1 of 1

Sharp MZ target - change stack size

Posted: Sun Sep 15, 2019 9:09 am
by joska
I'm running out of stack space in my MZ700 project,how do I increase it?

Posted: Mon Sep 16, 2019 1:28 pm
by RobertK
I had the same problem with my game H-Tron on the MZ-700, see here. Adding this will probably help:

Code: Select all

#pragma output CLIB_EXIT_STACK_SIZE = 0

Posted: Tue Sep 17, 2019 6:19 pm
by joska
Thanks, that did it :)