Classic Computer Magazine Archive COMPUTE! ISSUE 74 / JULY 1986 / PAGE 10

Readers Feedback

The Editors and Readers of COMPUTE!

If you have any questions, comments, or suggestions you would like to see addressed in this column, write to "Readers' Feedback," COMPUTE!, P.O. Box 5406, Greensboro, NC 27403. Due to the volume of mail we receive, we regret that we cannot provide personal answers to technical questions.

Customizing SpeedScript 3.0

The "SpeedScript Customizer" program that appeared in the September 1984 issue of COMPUTE!'s GAZETTE allows you to change the default settings and formatting commands in SpeedScript 1.0 to fit your own preferences. But that program doesn't work with SpeedScript 3.0 or 3.2. Do you have an update of the program or the necessary POKEs to allow the same customization for the most recent versions of SpeedScript?

Bruce Fatten

It just so happens that another reader wrote in with the very information you're seeking:

"SpeedScript Customizer" doesn't work with SpeedScript 3.0 or 3.2. But I have discovered the POKEs for customizing all of the same parameters for the newest versions of SpeedScript. Here are the default (normal) values and the locations that control them:

Default Location ValueParameter
57225Left margin
572375Right margin
572466Page length
57255Top margin
572658Bottom margin
57271Spacing
57281Wait (1=go ahead)
57291@ start numbering pages at (LSB)
57300 (MSB)
57311? start printing at page (LSB)
57320 (MSB)
573380x columns across
5734271 printkey 1
5735142 printkey 2
5736153 printkey 3
5737184 printkey 4

To customize your program, load SpeedScript 3.0 or 3.2 into memory, then POKE the desired values into the appropriate memory locations. For example, POKE 5722,3 makes the left margin setting default to 3 instead of 5. Then save the program using a different name. For instance, I have a frequent need to print postcards, so I set the left margin at 3, right margin at 35, columns at 40, top margin at 3, bottom margin at 18, and page length at 2. If you want to start numbering pages or start printing pages at a page lower than 256, POKE the desired value in the first of the two locations indicated. For instance, to start numbering pages at page 3, you would POKE 5729,3. To start at a page higher than 255, you must POKE two values in low byte/high byte format. The low byte of the value goes into the lower location.

Allen Perkins

Thank you for the information. As mentioned in the original SpeedScript article, most of these settings have to do with formatting hardcopy printouts.