home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / palmtops / 2725 < prev    next >
Encoding:
Internet Message Format  |  1992-08-21  |  1.5 KB

  1. Path: sparky!uunet!sun-barr!sh.wide!wnoc-tyo-news!ccut!wsclark!lab!tsuda!hit!santa
  2. From: santa@hit.cc.hit-u.ac.jp (Ogawa Hiroshi)
  3. Newsgroups: comp.sys.palmtops
  4. Subject: Re: hp95 graphics
  5. Message-ID: <3148@hit.cc.hit-u.ac.jp>
  6. Date: 20 Aug 92 01:32:03 GMT
  7. References: <2A9143C7.6162@ics.uci.edu>
  8. Reply-To: santa@hitcc.cc.hit-u.ac.jp (Ogawa Hiroshi)
  9. Organization: Hitotsubashi Univ.,Japan
  10. Lines: 30
  11.  
  12. In article <2A9143C7.6162@ics.uci.edu> shi@ics.uci.edu (Edmond C. Shi) writes:
  13. >--------------------------------
  14. >      What is the difference between int10 and int 20 calls.
  15. >     it seems like there are two ways to set the graphics mode (one
  16. >     each way) and i'm not sure what the differences are.  if
  17. >       i set graphics mode using the int20 calls, will int10 functions
  18. >     such as scroll area work.
  19.  
  20. INT 20h is used by DOS to terminate program.  I don't think it is possible 
  21. to change video mode using INT 20h.  
  22.  
  23. There's two way to change video mode on HP95LX.
  24.  
  25. (1) INT 10h, AH=0 Normal PC-BIOS Function
  26. (2) INT 5Fh, AH=0 HP95LX Extended BIOS Function
  27.  
  28. The latter function will finally call INT 10h, I think.  So the functions
  29. provided by INT 10h may be used even if you used INT 5Fh to change video mode.
  30.  
  31.  
  32. >2) does int10 read/write area work properly.  it seems not for me.
  33.  
  34. I don't know INT 10h funcitons to read or write specified area.
  35. So I've never used them.  Can you teach me the function numbers?
  36.  
  37. -- 
  38. Hiroshi Ogawa
  39. Assistant Professor
  40. Kanto-Gakuen Univ.
  41. Gunma-Ken, Japan
  42.