home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / misc / 4843 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  718 b 

  1. Path: sparky!uunet!gossip.pyramid.com!pyramid!infmx!infmuc!christb
  2. From: christb@infmuc (Christian Barmala)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Interrupt/DPMI
  5. Message-ID: <1993Jan8.084736.5773@informix.com>
  6. Date: 8 Jan 93 08:47:36 GMT
  7. Sender: news@informix.com (Usenet News)
  8. Organization: Informix Software, Inc.
  9. Lines: 7
  10. X-Newsreader: Tin 1.1 PL3
  11.  
  12. In an assembler listing of a Windows program I saw two different methods
  13. to call an BIOS/DOS interrupt. The first was, to set up the registers
  14. and issue INT 13H as I would do under real mode DOS even if Windows runs
  15. in protected mode. The other was to use a DPMI service, that "simulates a
  16. real mode interrupt".
  17.  
  18. When do I have to use which method?
  19.