qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
BLOAD, BSAVE Statements
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Loads a file created by BSAVE into memory (BLOAD); copies the contents of
 an area of memory to a file (BSAVE);
 
    BLOAD filespec$[,offset%]
    BSAVE filespec$, offset%, length%
 
    ■ filespec$    For BLOAD, a memory-image file created by BSAVE; for
                   BSAVE, a file or device to which an area of memory is
                   copied
 
    ■ offset%      For BLOAD, offset of the address where loading starts;
                   for BSAVE, offset of the starting address of the area of
                   memory being saved
 
    ■ length%      Number of bytes to copy in the range 0 to 65,535,
                   inclusive
 
 See Also
    DEF SEG Statement                Graphics Command Summary
    Memory Management Commands