
  tiny xms driver - copyright (c) 1997, Xavier Defrang (brioche)
  

  hi folks!

  here's a small xms driver I've written to include in some hypothetic 4kb
  intro... I think its size is 69 bytes (65 without data).

  of course, true error checking is not implemented... it's up to you to
  check out the contents of ax when you call the routines. actually only the
  init routine warn you (carry is set if something wrong occurs). the routines
  have been tested under HIMEM.SYS (with and without EMM386).

  read TXMSDRV.INC for more info about the routines, arguments, ...

  btw, if you call a procedure only one time in your program, you may directly
  into your code to avoid the extra bytes due to some 'useless' call!

  note that EXAMPLE.COM has been post processed (zero data have been removed)
  so if you reassemble and relink it, you won't have the same size...

  if you want more tech info then read some doc about xms :)

  greets are going to alphatrion (da king of fpu),
		      trax (the human multitasker),
		      pcboy (mister 70 fps),
		      ba, fontex (neat people!)
  
  enjoy!

  -- brioche

 
