source: buchla-68k/orig/GEMDOS/THINSTAK.S

Last change on this file was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Imported original source code.

  • Property mode set to 100755
File size: 374 bytes
Line 
1* ------------------------------------------------------------------------------
2* thistak.s -- default minimum stack size definition for diamelst.o
3* Version 1 -- 1988-05-03 -- D.N. Lynx Crowe
4* ------------------------------------------------------------------------------
5 .data
6*
7 .xdef __STKSIZ
8*
9__STKSIZ: dc.l 8192 * keep 8K for stack and heap
10*
11 .end
Note: See TracBrowser for help on using the repository browser.