aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoralepori <alepori@thearcway.org>2017-08-23 16:20:29 +0200
committeralepori <alepori@thearcway.org>2017-08-23 16:20:29 +0200
commit75743511fe22e4a427f724d2f8cc0f4852b09187 (patch)
treeff3fb96fd70337784255fabb0551af17107e71b2 /README.md
parentfirst commit (diff)
downloadhp35s-programs-75743511fe22e4a427f724d2f8cc0f4852b09187.tar.gz
hp35s-programs-75743511fe22e4a427f724d2f8cc0f4852b09187.zip
rename files and add license
Diffstat (limited to '')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6b8d810
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# HP35s programs
+
+## Description
+
+Programs to add funcionality to the HP35s calculator
+
+## Contents
+
+*****S** - Save (S001) and restore (S011) the stack in/from (J) 10-13.
+
+**Q** - Solve quadratic equation, it takes a, b and c from the stack and it
+doesn't use any variables.
+
+**P** - Cross product between two vectors, it takes the vectors from the stack.
+It uses (J) 105-110 and (I) 100-102