|
2 | 2 |
|
3 | 3 | RPN calculator app for the TI-83 Plus and TI-84 Plus inspired by the HP-42S. |
4 | 4 |
|
5 | | -**Version**: 0.1 (2023-08-13) |
| 5 | +**Version**: 0.2 (2023-08-13) |
6 | 6 |
|
7 | 7 | **Project Home**: https://github.com/bxparks/rpn83p |
8 | 8 |
|
@@ -192,12 +192,23 @@ project. |
192 | 192 | <a name="Installation"></a> |
193 | 193 | ## Installation |
194 | 194 |
|
| 195 | +<a name="ObtainingProgramFile"></a> |
| 196 | +### Obtaining the Program File |
| 197 | + |
| 198 | +The RPN83P app is packaged as a single file named `rpn83p.8xk`. There are at |
| 199 | +least 2 ways to obtain this: |
| 200 | + |
| 201 | +- [RPN83P release page on GitHub](https://github.com/bxparks/rpn83p/releases) |
| 202 | + - go to the latest release |
| 203 | + - click and download the `rpn83p.8xk` file |
| 204 | +- Compile the binary locally |
| 205 | + - See [Compiling from Source](#Compiling) section below |
| 206 | + |
195 | 207 | <a name="Uploading"></a> |
196 | 208 | ### Uploading |
197 | 209 |
|
198 | | -The RPN83P app is provided as a single file named `rpn83p.8xk`. It must be |
199 | | -uploaded to the calculator using a "link" program from a host computer. There |
200 | | -are a number of options: |
| 210 | +The `rpn83p.8xk` file must be uploaded to the calculator using a "link" program |
| 211 | +from a host computer. There are a number of options: |
201 | 212 |
|
202 | 213 | **Linux**: Use the [tilp](https://github.com/debrouxl/tilp_and_gfm) program. On |
203 | 214 | Ubuntu Linux 22.04 systems, the precompiled package can be installed using `$ |
@@ -232,7 +243,8 @@ should see a screen that looks like: |
232 | 243 | The RPN83P application can be quit using: |
233 | 244 |
|
234 | 245 | - `2ND` `QUIT`: to exit to normal TI calculator |
235 | | -- `2ND` `OFF`: to turn the calculator off (the RPN registers will be preserved) |
| 246 | +- `2ND` `OFF`: to turn the calculator off (the RPN registers and storage |
| 247 | + registers will be preserved) |
236 | 248 |
|
237 | 249 | <a name="BasicUsage"></a> |
238 | 250 | ## Basic Usage |
|
0 commit comments