Back to main page
I've had a lot of visitors but few comments! Let me hear from you! Email me at:
Genewright143@hotmail.com
First Time Setup
1. Set the machine to your desired contrast by using the EXIT and + or - Keys.
2. Perform a CLV "REGS", then press E+ (Sigma Plus).
3. Enter the Debugger by pressing EXIT and LOG at the same time and press the back arrow key. (WARNING: Do NOT press any keys other than those listed next. Doing so might alter program memory and result in a MEMORY LOST!). If you are careful, this will not happen.
4. Using the /, *, +, and - Keys, move to address 40300. (The address is shown on the left side of the display).
5. When this is showing, press the "F" key (The top right key).
6. Return to address 00000 by using the /, *, + and - keys.
7. When the display shows the 00000 address, exit the debugger by pressing the decimal point "." key.
8. Key in 16248, RCL IND X, STO "FAST".
9. Key 8124, RCL "FAST", STO IND Y. (Note: Display will say "Machine Reset". This is not a memory lost condition.)
10. Test by pressing BEEP. Notice how fast the BEEP sounds? You’re running at 2X speed.
Once you've done the initial setup, you can key in this program. Running this program will automatically put you into Fast Mode.
LBL "Fast", SIGN, SF 25, CLX, RCL "REGS", SIZE 0000, SF 25, Sigma+, 8124, X<>"FAST", STO IND "FAST", X<>"FAST", RDN, SF 25, STO "REGS", RDN, LAST X, END.
That's it. The instruction RDN is Roll Down. Otherwise, this is easy.
What takes you out of fast mode? If you press the EXIT key for ANY reason, you’re put back into normal speed mode. For most menu purposes, you can get out of them some other way, or you can always rerun the program above to get faster.
Visitors since 6/2/97