home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / msdos / programm / 10778 < prev    next >
Encoding:
Text File  |  1992-11-19  |  1.8 KB  |  45 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!meaddata!ralpht
  3. From: ralpht@meaddata.com (Ralph W. Trickey)
  4. Subject: Re: my_tsr
  5. References: <smithbm.721597007@craft.camp.clarkson.edu> <1992Nov18.025048.16933@newsroom.utas.edu.au> <smithbm.722096804@craft.camp.clarkson.edu> <1353@datmuc.UUCP>
  6. Sender: news@meaddata.com (Usenet Administrator)
  7. Organization: Mead Data Central, Dayton OH
  8. Date: Thu, 19 Nov 1992 20:49:51 GMT
  9. Message-ID: <1992Nov19.204951.2321@meaddata.com>
  10. Lines: 33
  11.  
  12. In article <1353@datmuc.UUCP>, vincent@datmuc.UUCP (vincent) writes:
  13. |> In article <smithbm.722096804@craft.camp.clarkson.edu> smithbm@craft.camp.clarkson.edu (Azrak) writes:
  14. |> >c.brennan@student.utas.edu.au (chris brennan) writes:
  15. |> >
  16. |> >>In article <smithbm.721597007@craft.camp.clarkson.edu>, smithbm@craft.camp.clarkson.edu (Azrak) writes:
  17. |> >>> 
  18. |> >>> vincent@datmuc.UUCP (vincent) writes:
  19. |> >>> 
  20. |> 
  21. |> Lots of stuff deleted.
  22. |> 
  23.  
  24. Suggestions
  25. 1) My attempted mail to you bounced.
  26. 2) you don't need the CODESEG in the tsrstack declaration, it may be
  27.    confusing the compiler.
  28. 3) you need to keep a flag or counter for int 8, it is quite possible
  29.    for an int 8 to happen while your int 8 code is executing.
  30. 4) your calculation for malloc is off, you allocate tsrstack to be
  31.    0..1023, then assign the stack to be at 1024.
  32. 5) you might want to simply declare an array or use some other method
  33.    for keeping the stack, the malloc method doesn't strike me as being
  34.    very stable accross compilers and compiler releases.
  35. 6) alt.msdos.programmer is not a valid group
  36.  
  37. Good Luck.
  38.  
  39. -- 
  40. Ralph Trickey       | (513) 865-6800                  |        
  41. Mead Data Central   | x4870                           |  Disclaimer
  42. P.O. Box 933        | ralpht@meaddata.com             |  My opinions are my own
  43. Dayton, Ohio  45401 | ...!uunet!meaddata!ralpht       |
  44.  
  45.