Sharp MZ target - change stack size

Post Reply
joska
New member
Posts: 2
Joined: Sat Sep 14, 2019 8:02 pm

Sharp MZ target - change stack size

Post by joska »

I'm running out of stack space in my MZ700 project,how do I increase it?
User avatar
RobertK
Well known member
Posts: 347
Joined: Mon Feb 26, 2018 12:58 pm

Post 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
joska
New member
Posts: 2
Joined: Sat Sep 14, 2019 8:02 pm

Post by joska »

Thanks, that did it :)
Post Reply