
  boostqb -- a library to do things in QB that you may never have thought
             that were possible: point an array to an absolute memory
             location (i.e.: to fill the screen using an array, like in
             TurboPascal); get functions and labels addresses (to call
             them indirectly; create jump tables; create Interrupt Service
             Routines entirely in QB); inline (direct code) peek and poke
             for INTEGERs and LONGs; inline SHift Left, Right and Rotate
             for INTs and LONGs; DEF SEG, SIN, COS, TAN and ATN as inline,
             etc...

  copyleft (c) December/2000 by v1ctor [av1ctor@yahoo.com.br]


  obs: - the lib only works if the caller was compiled. you can't use
         it running the program on QB's IDE.

       - works with QuickBASIC 4.5, PDS 6 & 7.x and VBDOS 1.0

       - some routines use 386 specific instructions, so, a 386 at
         least is needed (who hasn't that?)

       
