home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!usc!chaph.usc.edu!aludra.usc.edu!not-for-mail
- From: mduffy@aludra.usc.edu (Michael Duffy)
- Newsgroups: alt.msdos.programmer
- Subject: This is strange, div doesn't work....
- Date: 16 Dec 1992 22:30:33 -0800
- Organization: University of Southern California, Los Angeles, CA
- Lines: 13
- Sender: Michael Duffy (mduffy@aludra.usc.edu)
- Message-ID: <1gp6q9INNgdd@aludra.usc.edu>
- NNTP-Posting-Host: aludra.usc.edu
-
- I hope someone can help me, 'cause I'm at a loss.
-
- The following code gives me a divide error:
-
- mov ax,0035h
- mov dx,01h
- div dx
-
- It should work. I don't know why it doesn't. Could some assembly language
- genius please show me the light? E-mail please since I don't check this
- group very often. Thank you much,
- Michael Duffy (mduffy@aludra.usc.edu)
-
-