From: Christian Fleischer Newsgroups: comp.os.msdos.djgpp Subject: use esp? Date: Sat, 06 Dec 1997 15:25:08 +0100 Organization: Technical University of Berlin, Germany Lines: 10 Message-ID: <34896044.7E7C@cs.tu-berlin.de> Reply-To: daydream AT cs DOT tu-berlin DOT de NNTP-Posting-Host: 130.149.17.233 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello! I am writing a 3d-engine under djgpp with nasm. Is it somehow possible to redirect the esp-register, so that it does not point to the stack but just to calculate something? The program also has some interrupt-routines itself (keyboard-handler etc.) but I think they could be turned off so long with cli and sti... Christian