Skip to main content

Questions tagged [stack]

12votes
1answer
1kviews

How much extra stack space should I reserve for MS-DOS and interrupts?

When I write a program for MS-DOS, and I know at most how many bytes of stack space my program needs, then how many extra bytes of additional stack space should I reserve (in the assembly source code ...
pts's user avatar
  • 4,095

close