From: "Jasper van Woudenberg"

Newsgroups: comp.os.msdos.djgpp Subject: NASM-functions: Which processor registers should I maintain? Date: 30 Apr 1998 15:15:06 GMT Organization: World Online Lines: 8 Message-ID: <01bd7447$a2d96c60$151601bf@cb001687> NNTP-Posting-Host: asd1-p201.worldonline.nl To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi! I just have 1 small question: Which registers can I safely change in my NASM-procedures, and which should I return to their previous value on return? Thanks, Jasper.