Skip to content

Commit a5378ab

Browse files
author
Mathis L
authored
Update README.MD
1 parent d798398 commit a5378ab

File tree

1 file changed

+24
-20
lines changed

1 file changed

+24
-20
lines changed

README.MD

+24-20
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,39 @@
1-
##Features :
2-
- Works on Ti-84+CE and Ti-83 Premium CE
3-
- Executes archived (sub-)programs
4-
- Executes assembly (sub-)programs (without the Asm( suffix)
5-
- Allows you to jump to any Lbl you want in pressing [Alpha]+[X,T,O,n] in the program editor
6-
- Allows you to edit archived program
7-
- Includes a Memory Editor. Just press [Alpha]+[VAR] to edit an AppVar or the raw memory (PLEASE READ THE MEMEDIT-README)
8-
- Languages available : English and French. Feel free to ask me if you want to add a language!
9-
10-
##Setup :
1+
#PHASM
2+
3+
###Features :
4+
Works on Ti-84+CE and Ti-83 Premium CE
5+
Executes archived (sub-)programs
6+
Executes assembly (sub-)programs (without the Asm( suffix)
7+
Allows you to jump to any Lbl you want in pressing [Alpha]+[X,T,O,n] in the program editor
8+
Allows you to edit archived program
9+
Includes a Memory Editor. Just press [Alpha]+[VAR] to edit an AppVar or the raw memory (PLEASE READ THE MEMEDIT-README)
10+
Languages available : English and French. Feel free to ask me if you want to add a language!
11+
12+
###Setup :
1113
To use PHASM, send PHASM.8XG and PHASM.8XP. It's pointless to ungroup PHASM.8XG. Then, run Asm(prgmPHASM) and that's all there is to it! To uninstall PHASM, just run prgmPHASM.
1214
/!\ Do not delete or archive the AppVar created during the installation. It will trigger an error each time you will need it /!\
1315

14-
##NEW :
15-
- You'll not see anymore some weird programs like prgmTTEMP in your Programs List!
16-
- If you chose the French Language in your calculator, PHASM will detect it and display French texts
17-
- Several bugs fixed (TXTLIB bug, memory leaks, vars corruption)
18-
- Added a Memory Editor
19-
- ERRORS : You can now choose "GoTo" in an error even if the program you want to edit is archived
20-
- Optimizations...
16+
##New :
17+
You'll not see anymore some weird programs like prgmTTEMP in your Programs List!
18+
If you chose the French Language in your calculator, PHASM will detect it and display French texts
19+
Several bugs fixed (TXTLIB bug, memory leaks, vars corruption)
20+
Added a Memory Editor
21+
ERRORS : You can now choose "GoTo" in an error even if the program you want to edit is archived
22+
Optimizations...
2123

2224
Have fun!
2325

2426

25-
Memory Editor allows you to edit the memory of your calculator easily. To display the menu which will enable you to edit AppVars (archived or not) or to begin the edition wherever you want, you just have to press Alpha+VARS.
27+
------------------
2628

27-
##KEYS (in the editor) :
29+
#MEMORY EDITOR
30+
Memory Editor allows you to edit the memory of your calculator easily. To display the menu which will enable you to edit AppVars (archived or not) or to begin the edition wherever you want, you just have to press Alpha+VARS.
31+
###Keys (in the editor) :
2832
Up/Down/Left/Right : moves the cursor
2933
Alpha + up/down : scrolls faster
3034
1/2/6/3/4/5/6/7/8/9/0/A/B/C/D/E/F : inserts a number in the cursor location
3135

3236

3337
BE AWARE THAT THE AUTHOR IS NOT RESPONSIBLE IN CASE OF LOSS OF MEMORY DUE TO THE WAY YOU USE THIS PROGRAM. So be carreful when editing Flags, VAT or Memory-Mapped ports.
3438

35-
This program is under the WTFPL licence.
39+
This program is under the WTFPL licence.

0 commit comments

Comments
 (0)