Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Basic - <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 is a legal DOS file name; may
                include a device name and path.

      offset    A single-precision expression in the range 0 to 65535.
                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.

                BLOAD cannot be used to load into EGA memory.

See Also: BSAVE DEF SEG

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