--- title: "Datasave – Files Without Programs" type: "article" slug: "datasave-files-without-programs" url: "http://localhost/article/datasave-files-without-programs/" markdown_url: "http://localhost/article/datasave-files-without-programs.md" published_at: "2020-10-27T17:12:35+00:00" modified_at: "2024-05-26T13:48:41+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "DATASAVE allows you to save a selected portion of memory to tape and then load it back again to any part of memory. Loading code with DATASAVE does not (of necessity) write over the program that you are running, so a program can load data from tape, manipulate it, and then save it back to…" category: - name: "Syntax" slug: "syntax" taxonomy: "category" url: "http://localhost/category/periodicals/syntax/" post_tag: - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" indiv: - name: "Ron Charlton" slug: "ron-charlton" taxonomy: "indiv" url: "http://localhost/indiv/ron-charlton/" publication: "Syntax" publication_r: id: 10246 title: "Syntax" type: "periodical" url: "http://localhost/periodical/syntax/" authors: "Ron Charlton" volume: "5" issue: "8" issues_articles: - id: 26730 title: "Syntax/Syntax ZX80 v5 n8" type: "issue" url: "http://localhost/issue/syntax-syntax-zx80-v5-n8/" pages: "4-5" pubdate: "August 1984" archive_link: false volumeissue: "v5n8" --- DATASAVE allows you to save a selected portion of memory to tape and then load it back again to any part of memory. Loading code with DATASAVE does not (of necessity) write over the program that you are running, so a program can load data from tape, manipulate it, and then save it back to tape.