--- title: "WRX16 Revisited" id: 54786 type: "document" slug: "wrx16-revisited" url: "http://localhost/document/wrx16-revisited/" markdown_url: "http://localhost/document/wrx16-revisited.md" published_at: "2024-06-04T10:14:38+00:00" modified_at: "2024-06-04T15:17:09+00:00" author: "David Anderson" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "This article adds a couple more options to the \"mini operating system\" described for \"WRX16\" high-res, published in SWN #4:2. The first routines upload or download the video data between your static RAM and a dimensioned string variable. This allows you to save your screens to tape along with the rest of your program, and…" category: - name: "Documentation" slug: "documentation" taxonomy: "category" url: "http://localhost/category/documentation/" 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: "Fred Nachbaur" slug: "fred-nachbaur" taxonomy: "indiv" url: "http://localhost/indiv/fred-nachbaur/" - name: "Gregory Harder" slug: "gregory-harder" taxonomy: "indiv" url: "http://localhost/indiv/gregory-harder/" - name: "Wilf Rigter" slug: "wilf-rigter" taxonomy: "indiv" url: "http://localhost/indiv/wilf-rigter/" doc_author: "Fred Nachbaur" document_url: "https://archive.org/details/syncware-news-docs/WRX16%20Revisited" pages: 7 document_date: "198x" related_content: - id: 10493 title: "WRX 16 Hi-Res for the 1000" type: "article" url: "http://localhost/article/wrx-16-hi-res-for-the-1000/" - id: 44818 title: "WRx16 Revisited" type: "article" url: "http://localhost/article/wrx16-revisited-2/" - id: 42395 title: "WRx16 Revisited!" type: "article" url: "http://localhost/article/wrx16-revisited/" - id: 44913 title: "WRx16 Upgrade" type: "article" url: "http://localhost/article/wrx16-upgrade/" - id: 40011 title: "WRx16, Part 2" type: "article" url: "http://localhost/article/wrx16-part-2/" - id: 44630 title: "WRx16, Part 2" type: "article" url: "http://localhost/article/wrx16-part-2-2/" - id: 36174 title: "Introducing the WRX16 Hires System" type: "article" url: "http://localhost/article/introducing-the-wrx16-hires-system/" - id: 54787 title: "WRx16 Version 2" type: "document" url: "http://localhost/document/wrx16-version-2/" - id: 52678 title: "Programming SRAM HI*RES, Part II" type: "article" url: "http://localhost/article/programming-sram-hires-part-ii/" - id: 35767 title: "SRAM Hi*Res Extended BASIC" type: "product" url: "http://localhost/product/sram-hires-extended-basic/" --- # WRX16 Revisited This article adds a couple more options to the “mini operating system” described for “WRX16” high-res, published in SWN #4:2. The first routines upload or download the video data between your static RAM and a dimensioned string variable. This allows you to save your screens to tape along with the rest of your program, and reinstall after loading. The other routine is a modification of the COPY command in “SRAM HI*RES EXTENDED BASIC,” co-authored with [Gregory C. Harder](http://localhost/indiv/gregory-harder/). It allows you to dump your picture to the TS2040 or similar printer. Though our mini operating system won’t be anything close to SRAM HI*RES, it will at least give you something to experiment with.