QuickBASIC
        -------------
 (ARC) DrawString Routine (5,479 bytes)
       This routine written in x86 assembly uses pixel by pixel plotting to draw
       text using the BIOS font anywhere on the screen in any color with a
       transparent background. 
       NOTE: Works only in Screen 13.
       
 (ARC) iMultikey Routine (3,690 bytes)
       A FreeBASIC-style multikey routine written in x86 assembly. It can track
       multiple keypresses independantly from each other in the background without
       breaking the functionality of the built in keyboard functions such as INKEY$
       and INPUT.
       ____________________________________________________________________________
                                  Gophered by Gophernicus/2.5 on Ubuntu/14.04 i686