Zkeys 1.0

Joel Seligstein
-joel@basm.org
-www.basm.org

Andy Poes
-Doniguan@email.com
-www.geocities.com/romiguan


Welcome to ZKeys 1.0.  Thanks for downloading.  Please turn on Word Wrap.

_________________________
Purpose

The purpose of this program is to allow diagonal movement in 83 and 83+ BASIC programs and games. Please e-mail suggestions to us for future versions.

_________________________
How to Use

On the 83, the following code will call the routine:

Send(9pgrmZKEYS

On the 83+, you must use:

Asm(prgmZKEYS

You do not need to input anything for the program to work.
The output is as follows:
+---------------+----+
| Key Pressed   | X  |
+---------------+----+
| 2nd           | 10 |
| Up            | 9  |
| Up & Right    | 8  |
| Right         | 7  |
| Down & Right  | 6  |
| Down          | 5  |
| Down & Left   | 4  |
| Left          | 3  |
| Up & Left     | 3  |
| Clear         | 1  |
| Other or None | 0  |
+---------------+----+

Then, you can check X for those keypresses and values.  Included is Keys.83p, an example of how to use ZKeys.83p.  Send them both to your calc, run prgmKEYS.  Youo can move the letter diagonally, hit clear to quit, and 2nd to change the letter.

_________________________
Version History

ZKeys 1.0
-83 Size: 222
-83+ Size: 119
-Keys Detected:
 +8 Directions
 +2nd
 +Clear