home *** CD-ROM | disk | FTP | other *** search
- BSAVE
- =====
-
- Written by: Joel Ellis Rea
-
-
- BSAVE is a BASIC program that
-
- allows you to save a range of memory
-
- into a PRG file.
-
- It can be loaded back into the
-
- same place by a LOAD"name",8,1 com-
-
- mand. By this means, bitmap and text
-
- screens, arrays, and (of course) ma-
-
- chine language programs can be copied
-
- from one disk to another.
-
-
- To use BSAVE, you must know the be-
-
- ginning and ending addresses of the
-
- range of memory you wish to save. You
-
- may specify these addresses in decimal
-
- or hexadecimal. Precede hexadecimal
-
- numbers with a dollar sign ($).
-
-
- Then, specify the file name to save
-
- it as, and the unit number of the de-
-
- vice you want (1=tape, 8=disk). BSAVE
-
- will then perform the save, and report
-
- the number of blocks the file should
-
- take up.
-
-
- For your information, here are a
-
- few beginning and end addresses:
-
-
- Program Addresses
-
- DOS 5.1 ("The Wedge") $CC00-$D000
-
- ROUTINES (LOADSTAR's) $C000-$CC00
-
- --------------------------------------
-