Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!WANUGA@MIT-XX.ARPA From: WANUGA@MIT-XX.ARPA Newsgroups: net.micro.pc Subject: Stack Usage Query Message-ID: <13531@sri-arpa.UUCP> Date: Wed, 9-Nov-83 11:55:50 EST Article-I.D.: sri-arpa.13531 Posted: Wed Nov 9 11:55:50 1983 Date-Received: Sun, 13-Nov-83 16:29:06 EST Lines: 10 From: Thomas S. Wanuga I have written an assembly language routine that uses the stack. If I don't redefine the stack segment at all in my routine, how much space will there be when my routine gets called from DOS. Is there any way to check how much space is still available in the stack segment, and is there any way to define a new stack segment that my routine can use? Thanks. Tom