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>bsave save a binary (memory image) file</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
BSAVE                    Save a Binary (Memory Image) File

 BSAVE filespec,offset,length

    Copies a specified portion of memory to a specified file.

    filespec    A string expression that follows DOS file naming
                conventions; may include a device name and path.

      offset    A single-precision expression in the range 0 to 1048575
                (2^20-1). Specifies the offset from which the memory
                image will be saved.

      length    An integer expression in the range 1 to 65535. Specifies
                the number of bytes to be saved.

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

      Notes:    The segment from which the BSAVE is made is that specified
                by the most recent DEF SEG statement.

See Also: BLOAD DEF SEG

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