dos_compilers/Microsoft QuickBASIC v3/manual/ng5b68.html
2024-07-01 13:00:14 -07:00

43 lines
1.4 KiB
HTML

<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ng5839.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ng5e67.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>BSAVE Save a Binary (Memory Image) File</B>
<B>BSAVE</B> <U>filespec</U>,<U>offset</U>,<U>length</U>
Copies a specified portion of memory to a specified file.
<U>filespec</U> A string expression that follows DOS file naming
conventions; may include a device name and path.
<U>offset</U> A single-precision expression in the range 0 to 1048575
(2^20-1). Specifies the offset from which the memory
image will be saved.
<U>length</U> An integer expression in the range 1 to 65535. Specifies
the number of bytes to be saved.
-----------------------------------------------------------------------
<B>Notes:</B> The segment from which the BSAVE is made is that specified
by the most recent DEF SEG statement.
</PRE>
<HR>
<B>See Also:</B>
<A HREF="ng5839.html">BLOAD</A>
<A HREF="ngcd1a.html">DEF SEG</A>
<HR>
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by <A HREF="http://www.acemake.com/hagbard">Dave Pearson</A>
<HR>
</BODY>
</HTML>