home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / alt / lang / asm / 584 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.3 KB

  1. Path: sparky!uunet!charon.amdahl.com!amdahl!rtech!sgiblab!zaphod.mps.ohio-state.edu!malgudi.oar.net!uoft02.utoledo.edu!jupiter!tarheit
  2. Newsgroups: alt.lang.asm
  3. Subject: Help on int 39h & int 3ch Create sub/file
  4. Message-ID: <1993Jan27.231046.1325@uoft02.utoledo.edu>
  5. From: tarheit@jupiter.cse.utoledo.edu (Tim Arheit AKA Fool Boy)
  6. Date: 27 Jan 93 23:10:45 EST
  7. Nntp-Posting-Host: jupiter.cse.utoledo.edu
  8. Lines: 17
  9.  
  10. I am currently working a program that calls int 39h (Create sub)
  11. and int 3ch (Create file) from an interrupt.  When creating a sub
  12. or file on a hard, ram, or stacker drive it works just fine.
  13. But when creating a sub or file on a floppy drive it simply halts
  14. in the middle of the interrupt call.  Note that the exact same code
  15. works just fine when called from a non resident program.
  16. Is the some oddity of dos that does not allow int 39h and int 3ch
  17. to be called from a resident program when writing to floppy drive,
  18. or is there something I may be doing wrong?
  19.  
  20.  
  21. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  22. ++  Tim Arheit                 ++                        ++ 
  23. ++  University of Toledo         ++ (New .SIG on order)    ++
  24. ++  Electrical Engineering              ++                        ++
  25. ++  tarheit@jupiter.cse.utoledo.edu  ++                        ++
  26. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  27.