◄Syntax► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── BSAVE filespec$, offset%, length% ■ filespec$ The file or device on which to save a memory-image file. ■ offset% The offset of the starting address of the area in memory to be saved. ■ length% The number of bytes to save. This is a numeric expression that returns an unsigned integer between 0 and 65,535, inclusive. See Also ◄DEF SEG► ◄BLOAD►