Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs #54

Merged
merged 2 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ti84-ref_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '**'
pull_request:
jobs:
gcc-build-native:
sdcc-build-native:
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -32,7 +32,7 @@ jobs:
make TYP_OS=UNIX all
echo 'build-and-verify-refapp partial verify result'
ls -la ../bin/refapp.8xp
gcc-build-native-macos:
sdcc-build-native-macos:
runs-on: macos-latest
defaults:
run:
Expand Down
14 changes: 7 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ make TYP_OS=WIN all
### Build on `*nix`

Prerequisites:
- Install [`sdcc`](https://sdcc.sourceforge.net) version 4.3 or higher.
- Install [`sdcc`](https://sdcc.sourceforge.net) version 4.4 or higher.

Then build in the bash shell with:

Expand All @@ -140,23 +140,23 @@ builds the application and verifies the presence of `bin/refapp.8xp`.
- This project has been inspired by and influenced by numerous previous works, including (but not limited to) the [azertyfun/LibTI](https://github.com/azertyfun/LibTI) project.
- The aforementioned [project](https://github.com/azertyfun/LibTI) was ground-breaking and excellent.

Please do, however, use at your own discretion and observe also
the [license](./LICENSE) details. This project is not in any way
Please do, however, use this project at your own discretion and observe
also the [license](./LICENSE) details. This project is not in any way
affiliated with Texas Instruments Inc, or any of its subsidiaries,
including the educational products division.

Some of this software has been reverse engineered
from other projects or terse technical notes.
In addition, the software actively writes to calculator
_ports_, such as port `0x40` and port `0x41`.
Personally. I do not consider this to be a $100\\%$ sound basis
Personally, I do not consider this to be a $100\\%$ sound basis
for project reliability and/or stability.

Nonetheless, empirical evidence shows a working,
Empirical evidence does, nonetheless, show a working,
and fully/properly initialized C-language, non-trivial application.
It provides a basis that seems to adhere to the established,
common rules of modern C. Larger projects could be built or modelled
from this.
common rules of modern C. Larger projects could potentially
be built upon or modelled from this one.

### References

Expand Down