NAME

bload - load binary memory image from disk

SYNOPSIS

bload FileSpec, NumExpr

DESCRIPTION

Bload loads a binary memory image previously saved in a disk file by bsave into memory beginning at the address specified in NumExpr.  FileSpec may be any string expression. 

SEE ALSO

bsave

DIAGNOSTICS

If the file specified in FileSpec was not created by bsave, a "Bad file mode" error occurs.  If the file specified in FileSpec does not exist, a "File not found" error occurs. 

from The Basmark QuickBASIC Programmer’s Manual by Lawrence Leinweber