Bsave copies len bytes from memory to the file. The segment, offset and length are recorded in the file header. This function implements the BSAVE statement.
Bload copies from the file to memory. If flag is set, the segment, offset and length are read from the file header. Otherwise only the length is read, the current segment is used and the offset is offset. If flag is set, the current segment is set to the segment read from the file header. This function implements the BLOAD statement.
from The Basmark QuickBASIC Programmer’s Manual by Lawrence Leinweber