Last change
on this file since 6888aa2 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.