Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>bload load binary (memory image) file</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
BLOAD                    Load Binary (Memory Image) File

 BLOAD filespec [,offset]

    Loads a specified memory image file into memory.

    filespec    A string expression that follows DOS file naming
                conventions; may include any device, except "KYBD:".

      offset    A single-precision expression in the range 0 to 1048575
                (2^20-1). Specifies the offset at which filespec is
                loaded. Defaults to the offset found in filespec when the
                image was BSAVEd.

   -----------------------------------------------------------------------

      Notes:    The segment into which the file is BLOADed is that
                specified by the most recent DEF SEG statement.

                You will not be warned if a BLOAD is about to overwrite
                DOS or any other sensitive area of memory.

See Also: BSAVE DEF SEG

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson