How to Use This Program
First off you need a chart of HEX values for the characters you'll use.
Here it is:
_ | 0 | 1 | 2 | 3 | 4 |
5 | 6 | 7 | 8 | 9 | A |
B | C | D | E | F |
2 | space | ! | ** | # |
$ | % | & | ' | ( | ) |
* | + | , | - | . | / |
3 | 0 | 1 | 2 | 3 | 4 |
5 | 6 | 7 | 8 | 9 | : |
; | < | = | > | ? |
4 | ** | A | B | C | D |
E | F | G | H | I | J |
K | L | M | N | O |
5 | P | Q | R | S | T |
U | V | W | X | Y | Z |
[ | \ | ] | ^ | ** |
6 | ' | a | b | c | d |
e | f | g | h | i | j |
k | l | m | n | o |
7 | p | q | r | s | t |
u | v | w | x | y | z |
{ | | | } | ** | ** |
** means not available, of course. There are characters for the **,
but are rarely used in text. If you want to experiment you can download
an ASCII program, or change the generated code manually.
Reading the Code:
See how the letter W is on row 5, column 7? That means the HEX value
for it is $57 ($ denotes HEX).
Other examples are as follows:
1 = $31, r = $72, + = $2B, and A = $41
Use this chart to check the output of the program. The dolloar signs
aren't needed. Since I wrote the program, it should never mess up,
but email me at seklorean@yahoo.com if it does (not likely).
Using the Generated Code (83+):
Once you've finished generating the code a screen should appear
saying 'SAVED AS: Str7'. Create a new program and press [2nd]
[STO->], then, when 'Rcl ' appears at the bottom of the screen,
press [VARS] and [7] twice, then [ENTER]. Seperate all the
hex code in t=from of 'AsmPrgm' by moving the cursor right after
the 'm' and pressing [2nd] [DEL] [ENTER], make sure to delete
the quotation marks and then exit. Press [2nd] [0] to get to the
catalog and pick 'AsmComp('. Type in the name of the program
you just created. Then press [,] and type in the name of what you
want it to be called, making sure that 'prgm' is before both names.
Press [ENTER] and it should compile. Then use the catalog to get
'Asm(' and then type in the name of the program you just compiled,
making sure that 'prgm' is before it. Press [ENTER] and enjoy!!!
Please check all steps carefully if there is a problem.
Using the Generated Code (86):
Once you've finished generating the code a screen should appear
saying 'Saved as: ZZ'. Press [PRGM] and [F2]. Name it whatever
you want. Press [2nd] [STO->] and then [.] twice and [ENTER]
Take out the quotation marks and exit the BASIC editor. Then press
[CUSTOM] [F2] and type the name of the program you just made,
then [,] and whatever you want the assembly program to be named.
Press [ENTER] and it should compile without errors. The press
[CUSTOM] [F1] and type in the new assembly programs name and
it should work. Please check all steps carefully if there is a problem.
Really Bored Productions X 2005©