source: buchla-68k/orig/GEMDOS/FATSTAK.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: 356 bytes
Line 
1* ------------------------------------------------------------------------------
2* fatstak.s -- 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 * return 8K to the system
10*
11 .end
Note: See TracBrowser for help on using the repository browser.